* Update scaling method a bit

This commit is contained in:
iProgramInCpp
2023-11-03 03:02:15 +02:00
parent eba8f1b467
commit 323e375d24

View File

@@ -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)