Da hab ich doch glatt das super.update() übersehen.
This commit is contained in:
parent
74ba66451b
commit
48e3ac275c
|
@ -30,7 +30,6 @@ public class Player extends ShootingEntity implements KeyboardListener {
|
|||
}
|
||||
|
||||
public void update() {
|
||||
super.update();
|
||||
if(this.canMove) {
|
||||
super.update();
|
||||
int off = 3;
|
||||
|
|
Loading…
Reference in New Issue