2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 21:07:42 +00:00

CModelData: Remove usages of const_cast

Allows readers to know that these functions do affect member state.
This commit is contained in:
Lioncash
2020-08-01 23:45:47 -04:00
parent 25c017e0cc
commit 4e9b22962c
6 changed files with 14 additions and 14 deletions

View File

@@ -31,7 +31,7 @@ void CSamusFaceReflection::PreDraw(const CStateManager& mgr) {
}
}
void CSamusFaceReflection::Draw(const CStateManager& mgr) const {
void CSamusFaceReflection::Draw(const CStateManager& mgr) {
if (x70_hidden)
return;