mirror of
https://github.com/wassname/phaser.git
synced 2026-07-11 00:40:20 +08:00
Converted the Pixi.Ellipse class.
This commit is contained in:
@@ -338,7 +338,11 @@ Phaser.Text.prototype.runWordWrap = function(text) {
|
||||
result += words[j] + ' ';
|
||||
}
|
||||
}
|
||||
result += '\n';
|
||||
|
||||
if (i < lines.length-1)
|
||||
{
|
||||
result += '\n';
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user