mirror of
https://github.com/wassname/phaser.git
synced 2026-07-11 00:40:20 +08:00
Fixed lots of examples and added the missing Line.js.
This commit is contained in:
@@ -939,7 +939,7 @@ Phaser.Sprite.prototype.reset = function(x, y, health) {
|
||||
|
||||
if (this.body)
|
||||
{
|
||||
this.body.reset();
|
||||
this.body.reset(false);
|
||||
}
|
||||
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user