mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 03:07:43 +00:00
CTextRenderBuffer: Remove use of const_cast within Render()
Same behavior but way less casting.
This commit is contained in:
@@ -104,7 +104,7 @@ public:
|
||||
const std::pair<zeus::CVector2i, zeus::CVector2i>& GetBounds();
|
||||
void AutoSetExtent();
|
||||
|
||||
void Render() const;
|
||||
void Render();
|
||||
void SetGeometryColor(const zeus::CColor& col);
|
||||
void SetOutlineColor(const zeus::CColor& col);
|
||||
void SetFontColor(const zeus::CColor& col);
|
||||
|
||||
Reference in New Issue
Block a user