v1.3.0: fixed amulet scene failing to transition to rankings scene
This commit is contained in:
committed by
Evan Debenham
parent
7f8a424b70
commit
92493f9310
@@ -77,7 +77,7 @@ public class AmuletScene extends PixelScene {
|
||||
btnExit.enable(false);
|
||||
btnStay.enable(false);
|
||||
|
||||
add(new Delayer(1f){
|
||||
AmuletScene.this.add(new Delayer(0.1f){
|
||||
@Override
|
||||
protected void onComplete() {
|
||||
if (BadgeBanner.isShowingBadges()){
|
||||
|
||||
Reference in New Issue
Block a user