fixed wrong scale value

This commit is contained in:
fourtf
2018-10-29 18:40:03 +01:00
parent c11d151b83
commit 3df9850da7
+1 -1
View File
@@ -643,7 +643,7 @@ float WindowManager::getUiScaleValue(int scale)
case 3:
return 1.6f;
case 4:
return 1.6f;
return 1.8f;
case 5:
return 2;
case 6: