diff --git a/Runtime/Graphics/CLineRenderer.hpp b/Runtime/Graphics/CLineRenderer.hpp index 25cece156..9d23945b6 100644 --- a/Runtime/Graphics/CLineRenderer.hpp +++ b/Runtime/Graphics/CLineRenderer.hpp @@ -19,7 +19,7 @@ public: LineLoop }; -public: +private: EPrimitiveMode m_mode; u32 m_maxVerts; u32 m_nextVert = 0;