Skip to content
Snippets Groups Projects
Commit 1a083fac authored by Matyáš Latner's avatar Matyáš Latner
Browse files

Merge branch 'feature-iOSoptimisation' into 'devel'

#140 Enabled power of two atlases and earlier assets dispose



See merge request !205
parents 821b3d8e 74e8444c
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ task prepareGraphicAssets(dependsOn: prepareAssets) {
doLast {
TexturePacker.Settings settings = new TexturePacker.Settings();
settings.pot = false;
settings.pot = true;
settings.maxWidth = 1024;
settings.maxHeight = 1024;
settings.combineSubdirectories = true;
......
......@@ -760,9 +760,9 @@ public abstract class TablexiaApplication implements ApplicationListener {
Gdx.app.postRunnable(new Runnable() {
@Override
public void run() {
lastScreenHandler.run();
loadingStartHandler.run();
newScreenHandler.run();
lastScreenHandler.run();
}
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment