fixed resolution handler selecting wrong resolution, changed Polyjet entity to proper size

This commit is contained in:
2017-05-25 11:36:01 -05:00
parent 98f08fb060
commit 7e2839eb55
3 changed files with 7 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ public class LoadingScreen extends ScreenAdapter {
if (timer) {
zero1HD.addAction(Actions.sequence(Actions.color(Color.WHITE, 1f)));
}
core.queueAssets();
}
float count = 0;
@@ -57,7 +57,6 @@ public class LoadingScreen extends ScreenAdapter {
core.defineSkinStyles();
if (reInit) {
core.queueAssets();
((TransitionAdapter) gotoScreen).postTransition();
}