v1.3.0: fixed window layout issues if rankings windows error out
This commit is contained in:
@@ -92,7 +92,8 @@ public class WndRanking extends WndTabbed {
|
|||||||
hide();
|
hide();
|
||||||
}
|
}
|
||||||
} catch ( Exception e ) {
|
} catch ( Exception e ) {
|
||||||
Game.scene().add( new WndError( Messages.get(WndRanking.class, "error" )));
|
hide();
|
||||||
|
Game.scene().addToFront( new WndError( Messages.get(WndRanking.class, "error" )));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user