Samples: update with scaled tile size #183

This commit is contained in:
Emux
2016-09-25 19:02:08 +03:00
parent c991666d97
commit 2a2b30f9fc
21 changed files with 157 additions and 22 deletions

View File

@@ -70,6 +70,6 @@ public class MapzenTest extends GdxMap {
public static void main(String[] args) {
GdxMapApp.init();
GdxMapApp.run(new MapzenTest(), null, 400);
GdxMapApp.run(new MapzenTest());
}
}