diff --git a/src/gameobjects/Text.js b/src/gameobjects/Text.js index 1cc32148b..31ac9518c 100644 --- a/src/gameobjects/Text.js +++ b/src/gameobjects/Text.js @@ -359,7 +359,7 @@ Phaser.Text.prototype.updateText = function () { if (this.style.wordWrap) { - outputText = this.wordWrap(this.text); + outputText = this.runWordWrap(this.text); } //split text into lines