also instantly update when obj color rgb inc changes

This commit is contained in:
yugecin 2016-11-13 01:29:26 +01:00
parent 623c5eefdd
commit 81890effd3

View File

@ -228,7 +228,9 @@ public class SBOverlay {
// needed for object color overrides...
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++) {
gameObjects[i].updateColor();
}