minor load order changes
This commit is contained in:
parent
830b533cee
commit
98f08fb060
@ -40,7 +40,6 @@ public class LoadingScreen extends ScreenAdapter {
|
|||||||
zero1HD.addAction(Actions.sequence(Actions.color(Color.WHITE, 1f)));
|
zero1HD.addAction(Actions.sequence(Actions.color(Color.WHITE, 1f)));
|
||||||
}
|
}
|
||||||
|
|
||||||
core.queueAssets();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
float count = 0;
|
float count = 0;
|
||||||
@ -58,6 +57,7 @@ public class LoadingScreen extends ScreenAdapter {
|
|||||||
core.defineSkinStyles();
|
core.defineSkinStyles();
|
||||||
|
|
||||||
if (reInit) {
|
if (reInit) {
|
||||||
|
core.queueAssets();
|
||||||
((TransitionAdapter) gotoScreen).postTransition();
|
((TransitionAdapter) gotoScreen).postTransition();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user