diff options
Diffstat (limited to 'source/application')
-rw-r--r-- | source/application/StarRenderer_opengl20.hpp | 2 |
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 { |