diff options
Diffstat (limited to 'src/RendererSection.hpp')
-rw-r--r-- | src/RendererSection.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/RendererSection.hpp b/src/RendererSection.hpp index c165da4..57d04d5 100644 --- a/src/RendererSection.hpp +++ b/src/RendererSection.hpp @@ -25,9 +25,9 @@ class RendererSection : Renderer { static std::map<GLuint, int> refCounterVbo; static std::map<GLuint, int> refCounterVao; - size_t numOfFaces = 0; + - bool isEnabled = true; + bool isEnabled = false; size_t hash = 0; public: @@ -46,4 +46,6 @@ public: Section *GetSection(); bool IsNeedResourcesPrepare() override; + + size_t numOfFaces = 0; };
\ No newline at end of file |