2
0
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:
Lioncash
2020-04-09 21:19:54 -04:00
parent 1bacb69fc2
commit 27813e5fc3
2 changed files with 3 additions and 3 deletions

View File

@@ -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)