also instantly update when obj color rgb inc changes
This commit is contained in:
parent
623c5eefdd
commit
81890effd3
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user