Fix member visibility derp

This commit is contained in:
Jack Andersen 2016-02-17 21:56:14 -10:00
parent 5a0fb04e03
commit 2430293d8a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public:
LineLoop
};
public:
private:
EPrimitiveMode m_mode;
u32 m_maxVerts;
u32 m_nextVert = 0;