CCompoundTargetReticle: Remove mutable specifier on x28_noDrawTicks

This is no longer needed at all.
This commit is contained in:
Lioncash 2020-04-09 21:35:14 -04:00
parent b72d217a68
commit 2fadaf544d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ private:
zeus::CQuaternion x10_laggingOrientation;
EReticleState x20_prevState = EReticleState::Unspecified;
EReticleState x24_nextState = EReticleState::Unspecified;
mutable u32 x28_noDrawTicks = 0;
u32 x28_noDrawTicks = 0;
float x2c_overshootOffsetHalf;
float x30_premultOvershootOffset;
TCachedToken<CModel> x34_crosshairs;