Fixed https://trello.com/c/wwJ2XyGN/ | Jumping in time also moves cursor on Keyframe Timeline

This commit is contained in:
CrushedPixel
2015-07-04 14:54:49 +02:00
parent 7115805d45
commit 22be6d193a
2 changed files with 5 additions and 3 deletions

View File

@@ -276,8 +276,8 @@ public class GuiReplayOverlay extends Gui {
}
zoom_scale = 0.1f;
pos_left = 0;
ReplayHandler.setRealTimelineCursor(0);
if (slider) {
ReplayHandler.setRealTimelineCursor(0);
speedSlider.reset();
}
}