mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-09 11:39:06 +00:00
Fix member visibility derp
This commit is contained in:
parent
b34b6a735f
commit
7d07eb5058
@ -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…
x
Reference in New Issue
Block a user