mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-06-25 07:05:31 +00:00
block update fixes and add missing headers
This commit is contained in:
@@ -1021,7 +1021,10 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse)
|
||||
{
|
||||
glEnable(GL_BLEND);
|
||||
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
||||
font->drawShadow(L"LCEMP by notpies", 2, screenHeight - 10, 0x55ffffff);
|
||||
glPushMatrix();
|
||||
glScalef(0.5f, 0.5f, 1.0f);
|
||||
font->drawShadow(L"LCEMP by notpies", 4, (screenHeight - 5) * 2, 0x55ffffff);
|
||||
glPopMatrix();
|
||||
}
|
||||
|
||||
glColor4f(1, 1, 1, 1);
|
||||
|
||||
Reference in New Issue
Block a user