Made GuiDraggingNumberInput fully functional
Linked GuiObjectManager to new Keybinding Renamed RoundUtils#round to RoundUtils#round2Decimals for easier understanding
This commit is contained in:
@@ -2,6 +2,6 @@ package eu.crushedpixel.replaymod.utils;
|
||||
|
||||
public class RoundUtils {
|
||||
|
||||
public static double round(double val) { return Math.round(val*100.0) / 100.0; }
|
||||
public static double round2Decimals(double val) { return Math.round(val*100.0) / 100.0; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user