mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
CIOWin: Make Draw() non-const
Allows removing several const_cast usages within the codebase.
This commit is contained in:
@@ -14,7 +14,7 @@ public:
|
||||
void AdvanceGameState(CArchitectureQueue& queue) override;
|
||||
void SetGameState(EClientFlowStates state, CArchitectureQueue& queue) override;
|
||||
bool GetIsContinueDraw() const override { return false; }
|
||||
void Draw() const override {}
|
||||
void Draw() override {}
|
||||
};
|
||||
|
||||
} // namespace MP1
|
||||
|
||||
Reference in New Issue
Block a user