mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +03:00
Merge pull request #82 into master
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user