also instantly update when obj color rgb inc changes
This commit is contained in:
@@ -228,7 +228,9 @@ public class SBOverlay {
|
|||||||
|
|
||||||
// needed for object color overrides...
|
// needed for object color overrides...
|
||||||
private void readOption(Options.GameOption o) {
|
private void readOption(Options.GameOption o) {
|
||||||
if (o == Options.GameOption.DANCE_OBJECT_COLOR_OVERRIDE || o == Options.GameOption.DANCE_OBJECT_COLOR_OVERRIDE_MIRRORED) {
|
if (o == Options.GameOption.DANCE_OBJECT_COLOR_OVERRIDE
|
||||||
|
|| o == Options.GameOption.DANCE_OBJECT_COLOR_OVERRIDE_MIRRORED
|
||||||
|
|| o == Options.GameOption.DANCE_RGB_OBJECT_INC) {
|
||||||
for (int i = index; i < gameObjects.length; i++) {
|
for (int i = index; i < gameObjects.length; i++) {
|
||||||
gameObjects[i].updateColor();
|
gameObjects[i].updateColor();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user