diff --git a/ch04/11-tilemaps-level/src/entities/Squizz.js b/ch04/11-tilemaps-level/src/entities/Squizz.js index 4ec6bef..10f9728 100644 --- a/ch04/11-tilemaps-level/src/entities/Squizz.js +++ b/ch04/11-tilemaps-level/src/entities/Squizz.js @@ -24,7 +24,6 @@ class Squizz extends TileSprite { super.update(dt); const { pos, controls, speed, dir } = this; - super.update(dt); if ((this.nextCell -= dt) <= 0) { this.nextCell += speed;