mirror of
https://github.com/wassname/phaser.git
synced 2026-07-24 13:10:53 +08:00
Fixed World.scale and Group.scale.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user