Improve GUI Scale On SDL

This commit is contained in:
TheBrokenRail
2023-10-10 15:43:11 -04:00
parent bba3099b71
commit 6d3c1a1613

View File

@@ -971,6 +971,9 @@ float Minecraft::getBestScaleForThisScreenSize(int width, int height)
}
else
{
if (height > 1600)
return 1.0f / 4.0f;
if (height > 1000)
return 1.0f / 3.0f;