Skip to content

Commit

Permalink
fix: NPE in AbstractAssetLoadingScreenTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn committed Dec 27, 2023
1 parent 8265d99 commit 8215f69
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ protected void onFinishedLoading() {
protected void loadOwnAssets() {
}
};

s.show();

while (!isFinished)
s.render(1);
Expand Down

0 comments on commit 8215f69

Please sign in to comment.