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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user