Initially set the GuiObjectManager's Keyframe Timeline's cursor position to the GuiReplayOverlay's Keyframe Timeline's cursor position
This commit is contained in:
@@ -547,6 +547,8 @@ public class GuiObjectManager extends GuiScreen implements GuiReplayOverlay.NoOv
|
|||||||
this.zoom = 0.1;
|
this.zoom = 0.1;
|
||||||
this.timelineLength = 10 * 60 * 1000;
|
this.timelineLength = 10 * 60 * 1000;
|
||||||
this.showMarkers = true;
|
this.showMarkers = true;
|
||||||
|
|
||||||
|
this.cursorPosition = ReplayHandler.getRealTimelineCursor();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user