Properly resets GuiReplaySpeedSlider's text value when calling reset() function
This commit is contained in:
@@ -36,6 +36,7 @@ public class GuiReplaySpeedSlider extends GuiButton implements GuiElement {
|
|||||||
|
|
||||||
public void reset() {
|
public void reset() {
|
||||||
sliderValue = 9f / 38f;
|
sliderValue = 9f / 38f;
|
||||||
|
displayString = displayKey + ": 1x";
|
||||||
}
|
}
|
||||||
|
|
||||||
public static float convertScaleRet(float value) {
|
public static float convertScaleRet(float value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user