prevent hue shifting when hue inc or obj color override is changed by sb

This commit is contained in:
yugecin
2016-11-13 01:39:30 +01:00
parent 81890effd3
commit cf14bca4a5
7 changed files with 18 additions and 12 deletions

View File

@@ -714,6 +714,7 @@ public class Slider extends GameObject {
@Override
public void updateColor() {
super.updateColor();
color = Dancer.colorOverride.getColor(comboColorIndex);
mirrorColor = Dancer.colorMirrorOverride.getColor(comboColorIndex);
}