fix object color override not live changing after editing in sb

This commit is contained in:
yugecin 2016-11-13 01:27:32 +01:00
parent 7d9384f09e
commit 623c5eefdd

View File

@ -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) {