Play Camera Path button graphically didn't turn into pause button while playing

This commit is contained in:
CrushedPixel
2015-07-14 12:08:07 +02:00
parent 9953bdf357
commit af305b4063

View File

@@ -119,7 +119,7 @@ public class GuiReplayOverlay extends Gui {
} }
}, "replaymod.gui.ingame.menu.playpath"); }, "replaymod.gui.ingame.menu.playpath");
private final GuiElement buttonPause = texturedButton(BUTTON_PLAY_PATH_X, BOTTOM_ROW, 0, 0, 20, new Runnable() { private final GuiElement buttonPause = texturedButton(BUTTON_PLAY_PATH_X, BOTTOM_ROW, 0, 20, 20, new Runnable() {
@Override @Override
public void run() { public void run() {
ReplayHandler.interruptReplay(); ReplayHandler.interruptReplay();