mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed drop error. added carrier velocity, bugfix
This commit is contained in:
parent
197c4072c1
commit
ece260e80e
1 changed files with 1 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ function (Parent, Box2D, Settings, CollisionDetector, Item, Nc) {
|
||||||
this.holdingItem = null;
|
this.holdingItem = null;
|
||||||
|
|
||||||
var dollVelocity = {
|
var dollVelocity = {
|
||||||
x: this.body.GetLinearVelocity().x
|
x: this.body.GetLinearVelocity().x,
|
||||||
y: this.body.GetLinearVelocity().y
|
y: this.body.GetLinearVelocity().y
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue