* Allow the patch manager to stop loading data from a command

This commit is contained in:
iProgramInCpp
2023-08-10 13:06:42 +03:00
parent b1c2bf946c
commit b768764734
3 changed files with 36 additions and 15 deletions

View File

@@ -509,6 +509,13 @@ void StartMenuScreen::render(int a, int b, float c)
glPopMatrix();
// for debugging
/*
m_pMinecraft->m_pTextures->loadAndBindTexture(C_TERRAIN_NAME);
glColor4f(1, 1, 1, 1);
blit(0, 0, 0, 0, 256, 256, 0, 0);
*/
Screen::render(a, b, c);
}