mirror of
https://github.com/celisej567/mcpe.git
synced 2025-12-31 17:49:17 +03:00
* Update scaling method a bit
This commit is contained in:
@@ -974,7 +974,7 @@ float Minecraft::getBestScaleForThisScreenSize(int width, int height)
|
||||
if (height > 1600)
|
||||
return 1.0f / 4.0f;
|
||||
|
||||
if (height > 1000)
|
||||
if (height > 800)
|
||||
return 1.0f / 3.0f;
|
||||
|
||||
if (height > 400)
|
||||
|
||||
Reference in New Issue
Block a user