fix object color override not live changing after editing in sb
This commit is contained in:
parent
7d9384f09e
commit
623c5eefdd
|
@ -175,6 +175,7 @@ public class SBOverlay {
|
||||||
optionsMap[index] = new HashMap<>();
|
optionsMap[index] = new HashMap<>();
|
||||||
}
|
}
|
||||||
optionsMap[index].put(option, option.write());
|
optionsMap[index].put(option, option.write());
|
||||||
|
readOption(option);
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean mousePressed(int button, int x, int y) {
|
public boolean mousePressed(int button, int x, int y) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user