mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 23:20:59 +00:00
Rounded lineJoins for text stroke
This commit is contained in:
parent
5f7d38e9fd
commit
76736a666e
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ Object.defineProperty(Phaser.Image.prototype, "inputEnabled", {
|
|||
|
||||
if (value)
|
||||
{
|
||||
if (!this.input)
|
||||
if (this.input === null)
|
||||
{
|
||||
this.input = new Phaser.InputHandler(this);
|
||||
this.input.start();
|
||||
|
|
Loading…
Reference in a new issue