fixed a little
This commit is contained in:
@@ -30,7 +30,14 @@ public class Module_FPS {
|
||||
CONFIG.fpsX = x;
|
||||
CONFIG.fpsY = y;
|
||||
CONFIG.save();
|
||||
}
|
||||
|
||||
public static void setFpsPadding(int padding) {
|
||||
CONFIG.fpsP = padding;
|
||||
CONFIG.save();
|
||||
|
||||
if (fpsContainer == null) return;
|
||||
fpsContainer.padding(Insets.of(padding));
|
||||
}
|
||||
|
||||
public static void register() {
|
||||
|
||||
Reference in New Issue
Block a user