mirror of
https://github.com/photonstorm/phaser
synced 2024-11-16 09:48:18 +00:00
changed function call wordWrap() to runWordWrap()
This commit is contained in:
parent
7557e4ed36
commit
394ede84a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue