2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-05 19:35:35 +00:00

Fix member visibility derp

This commit is contained in:
Jack Andersen 2016-02-17 21:56:14 -10:00 committed by Phillip Stephens
parent b34b6a735f
commit 7d07eb5058

View File

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