mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-17 11:30:09 +00:00
make_array in 3d-models
This commit is contained in:
parent
2ab58e6eb7
commit
38554ba47d
@ -1143,7 +1143,7 @@ void geometry_information::make_3d_models() {
|
||||
|
||||
for(int i=0; i<3; i++) {
|
||||
|
||||
array<hpcshape*,3> sh = {&shBigCarpet1, &shBigCarpet2, &shBigCarpet3};
|
||||
array<hpcshape*,3> sh = make_array(&shBigCarpet1, &shBigCarpet2, &shBigCarpet3);
|
||||
|
||||
bshape(*sh[i], PPR::GFLOORa);
|
||||
for(int t=0; t<S7; t++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user