Skip to content

Commit

Permalink
v1.3.0: fixed amulet scene failing to transition to rankings scene
Browse files Browse the repository at this point in the history
  • Loading branch information
00-Evan committed Jul 5, 2022
1 parent 7f8a424 commit 92493f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ protected void onClick() {
btnExit.enable(false);
btnStay.enable(false);

add(new Delayer(1f){
AmuletScene.this.add(new Delayer(0.1f){
@Override
protected void onComplete() {
if (BadgeBanner.isShowingBadges()){
Expand Down

0 comments on commit 92493f9

Please sign in to comment.