update wm

This commit is contained in:
NOTPIES 2026-03-05 04:36:31 -03:00 committed by GitHub
parent ec0146effa
commit eccd785110
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1023,7 +1023,7 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse)
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
glPushMatrix();
glScalef(0.5f, 0.5f, 1.0f);
font->drawShadow(L"LCEMP by notpies", 4, (screenHeight - 5) * 2, 0x55ffffff);
font->drawShadow(L"LCEMP", 4, (screenHeight - 5) * 2, 0x55ffffff);
glPopMatrix();
}