Update RoboVM to 2.3.1 release (#350)

This commit is contained in:
Andre Höpfner
2017-05-10 11:23:24 +02:00
committed by Emux
parent 6b362e5125
commit 8d121c0798
6 changed files with 6 additions and 6 deletions

View File

@@ -38,8 +38,8 @@ public class ExampleLauncher extends IOSApplication.Delegate {
float scale = (float) (getIosVersion() >= 8 ? UIScreen.getMainScreen().getNativeScale() : UIScreen.getMainScreen().getScale());
CanvasAdapter.dpi *= scale;
// IOSMapApp iosMapApp = new IOSMapApp();
IOSLineTexTest iosMapApp = new IOSLineTexTest();
IOSMapApp iosMapApp = new IOSMapApp();
// IOSLineTexTest iosMapApp = new IOSLineTexTest();
// IOSMapAppCluster iosMapApp = new IOSMapAppCluster();