mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Add optional 3d panorama background
This commit is contained in:
@@ -455,7 +455,8 @@ bool StartMenuScreen::isInGameScreen()
|
||||
|
||||
void StartMenuScreen::render(int a, int b, float c)
|
||||
{
|
||||
renderBackground();
|
||||
//renderBackground();
|
||||
renderMenuBackground(c);
|
||||
|
||||
Textures* tx = m_pMinecraft->m_pTextures;
|
||||
|
||||
@@ -521,6 +522,7 @@ void StartMenuScreen::render(int a, int b, float c)
|
||||
|
||||
void StartMenuScreen::tick()
|
||||
{
|
||||
Screen::tick();
|
||||
_updateLicense();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user