mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Updating sync methods.
This commit is contained in:
parent
08d9e55066
commit
2cc498e15e
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ var Text = new Class({
|
|||
context.fillRect(0, 0, canvas.width, canvas.height);
|
||||
}
|
||||
|
||||
style.syncToCanvas(canvas, context);
|
||||
style.syncFont(canvas, context);
|
||||
|
||||
var linePositionX;
|
||||
var linePositionY;
|
||||
|
|
Loading…
Add table
Reference in a new issue