mirror of https://github.com/AxioDL/metaforce.git
Fix member visibility derp
This commit is contained in:
parent
5a0fb04e03
commit
2430293d8a
|
@ -19,7 +19,7 @@ public:
|
||||||
LineLoop
|
LineLoop
|
||||||
};
|
};
|
||||||
|
|
||||||
public:
|
private:
|
||||||
EPrimitiveMode m_mode;
|
EPrimitiveMode m_mode;
|
||||||
u32 m_maxVerts;
|
u32 m_maxVerts;
|
||||||
u32 m_nextVert = 0;
|
u32 m_nextVert = 0;
|
||||||
|
|
Loading…
Reference in New Issue