Rounded lineJoins for text stroke

This commit is contained in:
nickryall 2014-04-01 09:03:14 +13:00
parent 5f7d38e9fd
commit 76736a666e

View file

@ -683,7 +683,7 @@ Object.defineProperty(Phaser.Image.prototype, "inputEnabled", {
if (value) if (value)
{ {
if (!this.input) if (this.input === null)
{ {
this.input = new Phaser.InputHandler(this); this.input = new Phaser.InputHandler(this);
this.input.start(); this.input.start();