2
0
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:
Lioncash
2020-03-29 04:36:52 -04:00
parent 3e07a06355
commit 0aff4dc21e
2 changed files with 3 additions and 3 deletions

View File

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