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