CGuiTextSupport: Amend typo in debug group label

This is within the Render() function, so we can rename the group name.
This commit is contained in:
Lioncash 2020-04-14 13:34:47 -04:00
parent 5381c011a0
commit 3c8ce3dc99
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ void CGuiTextSupport::AutoSetExtent() {
void CGuiTextSupport::Render() {
CheckAndRebuildRenderBuffer();
if (CTextRenderBuffer* buf = GetCurrentPageRenderBuffer()) {
SCOPED_GRAPHICS_DEBUG_GROUP("CGuiTextSupport::Draw", zeus::skBlue);
SCOPED_GRAPHICS_DEBUG_GROUP("CGuiTextSupport::Render", zeus::skBlue);
zeus::CTransform oldModel = CGraphics::g_GXModelMatrix;
CGraphics::SetModelMatrix(oldModel * zeus::CTransform::Scale(1.f, 1.f, -1.f));
buf->Render(x2c_geometryColor, x10_curTimeMod900);