fix object color override for sb

This commit is contained in:
yugecin
2016-11-13 00:58:50 +01:00
parent e853abcd9f
commit 711fd0a03e
7 changed files with 45 additions and 4 deletions

View File

@@ -101,4 +101,9 @@ public class FakeGameObject extends GameObject {
public void setTime(int time) {
this.halfTime = time;
}
@Override
public void updateColor() {
}
}