GuiAssetAdder now allows to add/remove/edit Assets in a Replay. These Assets are not being saved yet.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package eu.crushedpixel.replaymod.utils;
|
||||
|
||||
public class RoundUtils {
|
||||
|
||||
public static double round(double val) { return Math.round(val*100.0) / 100.0; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user