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

Return fixes for MSVC

This commit is contained in:
Jack Andersen
2016-12-30 08:38:01 -10:00
parent 2699d96989
commit 20677700e0
3 changed files with 6 additions and 3 deletions

View File

@@ -165,6 +165,8 @@ bool CGuiTextSupport::CheckAndRebuildRenderBuffer()
{
zeus::CVector2i extent(x34_extentX, x38_extentY);
}
return true;
}
void CGuiTextSupport::Render() const