iOS: add POT textures test (#443)
This commit is contained in:
@@ -38,11 +38,12 @@ 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();
|
||||
// IOSMapAppCluster iosMapApp = new IOSMapAppCluster();
|
||||
// IOSMapApp iosMapApp = new IOSMapApp();
|
||||
// IOSPathLayerTest iosMapApp = new IOSPathLayerTest();
|
||||
IOSLineTexBucketTest iosMapApp = new IOSLineTexBucketTest();
|
||||
|
||||
|
||||
// iOS needs POT textures for drawing lines with texture
|
||||
Parameters.POT_TEXTURES = true;
|
||||
iosMapApp.init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user