mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +03:00
Fix Exiting Native Android
This commit is contained in:
committed by
iProgramInCpp
parent
8d3abda2fe
commit
8823acecbd
@@ -978,7 +978,7 @@ void Minecraft::sizeUpdate(int newWidth, int newHeight)
|
||||
m_pScreen->setSize(int(Minecraft::width * Gui::InvGuiScale), int(Minecraft::height * Gui::InvGuiScale));
|
||||
|
||||
if (m_pInputHolder)
|
||||
m_pInputHolder->setScreenSize(newWidth * guiScaleMultiplier, newHeight * guiScaleMultiplier);
|
||||
m_pInputHolder->setScreenSize(Minecraft::width, Minecraft::height);
|
||||
}
|
||||
|
||||
float Minecraft::getBestScaleForThisScreenSize(int width, int height)
|
||||
|
||||
Reference in New Issue
Block a user