Changed iOS launcher to have slighly smaller DP decrease

This commit is contained in:
Anuken
2018-05-01 11:21:52 -04:00
parent 941ebd39bf
commit 0ee5c1cd86
2 changed files with 2 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ public class IOSLauncher extends IOSApplication.Delegate {
Net.setClientProvider(new KryoClient());
Net.setServerProvider(new KryoServer());
Unit.dp.addition -= 0.25f;
Unit.dp.addition -= 0.2f;
Platform.instance = new Platform() {
DateFormat format = SimpleDateFormat.getDateTimeInstance();