mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 07:11:31 +01:00
Update ModDraggable.java
This commit is contained in:
parent
ef97091bb1
commit
ba6418e435
@ -32,10 +32,14 @@ public abstract class ModDraggable extends Mod implements IRenderer {
|
||||
|
||||
private HUDConfigScreen.CornerScalingType cornerScalingType;
|
||||
|
||||
public ModDraggable(String name, ModCategory category, String icon) {
|
||||
super(name, category, icon);
|
||||
public ModDraggable(String name, ModCategory category, String icon, boolean defaultEnabled) {
|
||||
super(name, category, icon, defaultEnabled);
|
||||
this.pos = ScreenPosition.fromRelativePosition(0, 0);
|
||||
}
|
||||
|
||||
public ModDraggable(String name, ModCategory category, String icon) {
|
||||
this(name, category, icon, false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setup() {
|
||||
|
Loading…
Reference in New Issue
Block a user