mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
GUI: Rename some methods, start to implement new one
This commit is contained in:
@@ -13,7 +13,7 @@ bool ProgressScreen::isInGameScreen()
|
||||
return false;
|
||||
}
|
||||
|
||||
void ProgressScreen::render(int a, int b, float c)
|
||||
void ProgressScreen::onRender(int a, int b, float c)
|
||||
{
|
||||
renderBackground();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user