1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

3D:: reload floor textures

This commit is contained in:
Zeno Rogue 2019-05-29 00:57:29 +02:00
parent 96d4b3bba7
commit 7a4ee025d8

View File

@ -694,6 +694,7 @@ void resetGL() {
}
#endif
cgi.require_shapes();
if(DIM == 3 && !floor_textures) make_floor_textures();
cgi.initPolyForGL();
}