Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/application/StarRenderer_opengl20.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/application/StarRenderer_opengl20.hpp')
-rw-r--r--source/application/StarRenderer_opengl20.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/application/StarRenderer_opengl20.hpp b/source/application/StarRenderer_opengl20.hpp
index 4d917d5..cbf3924 100644
--- a/source/application/StarRenderer_opengl20.hpp
+++ b/source/application/StarRenderer_opengl20.hpp
@@ -143,7 +143,7 @@ private:
HashSet<TexturePtr> usedTextures;
List<GlVertexBuffer> vertexBuffers;
- bool useMultiTexturing;
+ bool useMultiTexturing{true};
};
struct EffectParameter {