From 7a4ee025d8de688089f5b9e814ff8e1c1353f472 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 29 May 2019 00:57:29 +0200 Subject: [PATCH] 3D:: reload floor textures --- basegraph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/basegraph.cpp b/basegraph.cpp index 30669009..7dd92a00 100644 --- a/basegraph.cpp +++ b/basegraph.cpp @@ -694,6 +694,7 @@ void resetGL() { } #endif cgi.require_shapes(); + if(DIM == 3 && !floor_textures) make_floor_textures(); cgi.initPolyForGL(); }