3D:: reload floor textures

This commit is contained in:
Zeno Rogue 2019-05-29 00:57:29 +02:00
parent 96d4b3bba7
commit 7a4ee025d8
1 changed files with 1 additions and 0 deletions

View File

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