fixed resolution handler selecting wrong resolution, changed Polyjet entity to proper size
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user