game logic fixed by tips of johan
This commit is contained in:
@@ -34,7 +34,7 @@ public class TitleState extends GameState {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void update() {
|
||||
public void update(float factor) {
|
||||
|
||||
frame++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user