mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Increase stepheight on android by 0.5 to smoothen movement
This commit is contained in:
@@ -261,8 +261,6 @@ public class MinetestAssetCopy extends Activity
|
||||
textPaint.getTextBounds(todisplay, 0, todisplay.length(), bounds);
|
||||
|
||||
while (bounds.width() > getResources().getDisplayMetrics().widthPixels * 0.7) {
|
||||
Log.e("MinetestAssetCopy", todisplay + ": " +
|
||||
bounds.width() + " > " + (getResources().getDisplayMetrics().widthPixels * 0.7));
|
||||
if (todisplay.length() < 2) {
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user