mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:47:43 +00:00
CCompoundTargetingReticle: Remove mutable specifier on m_scanRetRenderer
This can be trivially resolved by dropping const qualifiers on the necessary member functions.
This commit is contained in:
@@ -13,7 +13,7 @@ public:
|
||||
explicit CTargetingManager(const CStateManager& stateMgr);
|
||||
bool CheckLoadComplete();
|
||||
void Update(float, const CStateManager& stateMgr);
|
||||
void Draw(const CStateManager& stateMgr, bool hideLockon) const;
|
||||
void Draw(const CStateManager& stateMgr, bool hideLockon);
|
||||
void Touch();
|
||||
CCompoundTargetReticle& CompoundTargetReticle() { return x0_targetReticule; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user