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

@@ -102,8 +102,4 @@ public class FakeGameObject extends GameObject {
this.halfTime = time;
}
@Override
public void updateColor() {
}
}