v0.3.1: fixed a bug where inverting indicators from the main menu would cause a crash.

This commit is contained in:
Evan Debenham 2015-08-17 03:37:36 -04:00 committed by Evan Debenham
parent c3513b5870
commit d2856e2589

View File

@ -409,6 +409,8 @@ public class GameScene extends PixelScene {
public static void layoutTags() {
if (scene == null) return;
float tagLeft = ShatteredPixelDungeon.flipTags() ? 0 : uiCamera.width - scene.attack.width();
if (ShatteredPixelDungeon.flipTags()) {