mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 15:41:37 +00:00
Formatting fixes
This commit is contained in:
parent
f9f414ed0f
commit
6c47e3d9e1
2 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,7 @@ var JSONArray = function (texture, sourceIndex, json)
|
|||
}
|
||||
|
||||
var pivot = src.anchor || src.pivot;
|
||||
|
||||
if (pivot)
|
||||
{
|
||||
newFrame.customPivot = true;
|
||||
|
|
|
@ -66,6 +66,7 @@ var JSONHash = function (texture, sourceIndex, json)
|
|||
}
|
||||
|
||||
var pivot = src.anchor || src.pivot;
|
||||
|
||||
if (pivot)
|
||||
{
|
||||
newFrame.customPivot = true;
|
||||
|
|
Loading…
Reference in a new issue