diff --git a/app/Game/Core/GameObjects/Doll.js b/app/Game/Core/GameObjects/Doll.js index 9f620f4..eb2b3a5 100755 --- a/app/Game/Core/GameObjects/Doll.js +++ b/app/Game/Core/GameObjects/Doll.js @@ -360,7 +360,7 @@ function (Parent, Box2D, Settings, CollisionDetector, Item, Nc) { this.holdingItem = null; var dollVelocity = { - x: this.body.GetLinearVelocity().x + x: this.body.GetLinearVelocity().x, y: this.body.GetLinearVelocity().y };