Merge branch 'sb'

This commit is contained in:
yugecin
2016-11-13 01:39:41 +01:00
7 changed files with 23 additions and 14 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);
}