mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-04 13:15:52 +00:00
CModelData: Initialize m_drawInstCount to zero
Allows for deterministic initial state to make debugging nicer.
This commit is contained in:
parent
1415265ef2
commit
7b9018dbf0
@ -79,7 +79,7 @@ class CModelData {
|
|||||||
std::unique_ptr<CBooModel> m_xrayModelInst;
|
std::unique_ptr<CBooModel> m_xrayModelInst;
|
||||||
std::unique_ptr<CBooModel> m_infraModelInst;
|
std::unique_ptr<CBooModel> m_infraModelInst;
|
||||||
|
|
||||||
int m_drawInstCount;
|
int m_drawInstCount = 0;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
enum class EWhichModel { Normal, XRay, Thermal, ThermalHot };
|
enum class EWhichModel { Normal, XRay, Thermal, ThermalHot };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user