Skip to content

Commit e482732

Browse files
committed
Fixed update origin name change.
1 parent 76a4e0d commit e482732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • v3/src/gameobjects/text/static

v3/src/gameobjects/text/static/Text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ var Text = new Class({
211211
this.height = textSize.height;
212212
}
213213

214-
this.updateOrigin();
214+
this.updateDisplayOrigin();
215215

216216
var padding = this.padding;
217217

0 commit comments

Comments
 (0)