api changes
This commit is contained in:
@@ -27,7 +27,7 @@ public class MainActivity extends AndroidApplication {
|
||||
|
||||
// set our globals
|
||||
CanvasAdapter.g = AndroidGraphics.INSTANCE;
|
||||
GLAdapter.INSTANCE = new AndroidGLAdapter();
|
||||
GLAdapter.g = new AndroidGLAdapter();
|
||||
Log.logger = new AndroidLog();
|
||||
// TODO make this dpi dependent
|
||||
Tile.SIZE = 400;
|
||||
|
||||
Reference in New Issue
Block a user