Synchronizing the Replay Timeline now respects the Speed Slider's value as a stretch factor. Shift key ignores that stretch value.
This commit is contained in:
@@ -256,6 +256,10 @@ public class GuiReplayOverlay extends Gui {
|
||||
|
||||
private final GuiReplaySpeedSlider speedSlider = new GuiReplaySpeedSlider(SPEED_X, TOP_ROW, I18n.format("replaymod.gui.speed"));
|
||||
|
||||
public double getSpeedSliderValue() {
|
||||
return speedSlider.getSliderValue();
|
||||
}
|
||||
|
||||
private boolean toolbarOpen = false;
|
||||
|
||||
private final DelegatingElement toolbar = new DelegatingElement() {
|
||||
|
||||
Reference in New Issue
Block a user