mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 10:46:10 +00:00
CThardus: Remove mutable specifier from m_flareFilter
Now that Render() is non-const, this specifier is no longer necessary.
This commit is contained in:
@@ -977,7 +977,7 @@ void CThardus::UpdateExcludeList(const std::unique_ptr<CCollisionActorManager>&
|
||||
}
|
||||
}
|
||||
|
||||
void CThardus::RenderFlare(const CStateManager& mgr, float t) const {
|
||||
void CThardus::RenderFlare(const CStateManager& mgr, float t) {
|
||||
if (!x91c_flareTexture)
|
||||
return;
|
||||
if (!m_flareFilter)
|
||||
|
||||
Reference in New Issue
Block a user