Da hab ich doch glatt das super.update() übersehen.

This commit is contained in:
Jan Philipp Timme 2014-11-04 20:51:34 +01:00
parent 74ba66451b
commit 48e3ac275c
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ public class Player extends ShootingEntity implements KeyboardListener {
}
public void update() {
super.update();
if(this.canMove) {
super.update();
int off = 3;