Fixed World.scale and Group.scale.

This commit is contained in:
photonstorm
2013-12-03 02:13:57 +00:00
parent 3bfea2101a
commit 42c0bed502
11 changed files with 16 additions and 55 deletions
-2
View File
@@ -1101,8 +1101,6 @@ Object.defineProperty(Phaser.Sprite.prototype, "inputEnabled", {
set: function (value) {
console.log('inputEnabled', value, this.input);
if (value)
{
if (this.input.enabled === false)