changed function call wordWrap() to runWordWrap()

This commit is contained in:
spayton 2014-10-23 13:05:21 +01:00
parent 7557e4ed36
commit 394ede84a9

View file

@ -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