mirror of https://github.com/AxioDL/metaforce.git
Add missing class variable
This commit is contained in:
parent
a6b2d66e1e
commit
7ee8f6e01d
|
@ -83,6 +83,7 @@ struct CFinalInput {
|
||||||
|
|
||||||
float m_leftMul = 1.f;
|
float m_leftMul = 1.f;
|
||||||
float m_rightMul = 1.f;
|
float m_rightMul = 1.f;
|
||||||
|
u32 m_which = -1;
|
||||||
|
|
||||||
CFinalInput();
|
CFinalInput();
|
||||||
// CFinalInput(int cIdx, float dt, const boo::DolphinControllerState& data, const CFinalInput& prevInput, float leftDiv,
|
// CFinalInput(int cIdx, float dt, const boo::DolphinControllerState& data, const CFinalInput& prevInput, float leftDiv,
|
||||||
|
|
Loading…
Reference in New Issue