mirror of https://github.com/AxioDL/metaforce.git
CCompoundTargetReticle: Remove mutable specifier on x28_noDrawTicks
This is no longer needed at all.
This commit is contained in:
parent
b72d217a68
commit
2fadaf544d
|
@ -69,7 +69,7 @@ private:
|
||||||
zeus::CQuaternion x10_laggingOrientation;
|
zeus::CQuaternion x10_laggingOrientation;
|
||||||
EReticleState x20_prevState = EReticleState::Unspecified;
|
EReticleState x20_prevState = EReticleState::Unspecified;
|
||||||
EReticleState x24_nextState = EReticleState::Unspecified;
|
EReticleState x24_nextState = EReticleState::Unspecified;
|
||||||
mutable u32 x28_noDrawTicks = 0;
|
u32 x28_noDrawTicks = 0;
|
||||||
float x2c_overshootOffsetHalf;
|
float x2c_overshootOffsetHalf;
|
||||||
float x30_premultOvershootOffset;
|
float x30_premultOvershootOffset;
|
||||||
TCachedToken<CModel> x34_crosshairs;
|
TCachedToken<CModel> x34_crosshairs;
|
||||||
|
|
Loading…
Reference in New Issue