Skip to content

Commit 80b32cf

Browse files
committed
Debug GameScene
1 parent 33b3ddd commit 80b32cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ru/nsu/ccfit/zuev/osu/game/GameScene.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1537,7 +1537,7 @@ public void onUpdate(final float pSecondsElapsed) {
15371537
while (comboBuilder.length() < 5) {
15381538
comboBuilder.append('*');
15391539
}
1540-
if (Config.isComplexAnimations()) {
1540+
if (Config.isComplexAnimations() && scoreShadow != null) {
15411541
scoreShadow.changeText(comboBuilder);
15421542
scoreShadow.registerEntityModifier(new DelayModifier(0.2f, new IEntityModifierListener() {
15431543
@Override

0 commit comments

Comments
 (0)