mirror of https://github.com/AxioDL/metaforce.git
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:
parent
5381c011a0
commit
3c8ce3dc99
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue