Change the code lines order in updateTransform in TransformStatic.js (#3404)
* Update TransformStatic.js

```
            const pt = parentTransform.worldTransform;
            const wt = this.worldTransform;
```
the code above in updateTransform  is not needed always.

And another reason is like  https://github.com/pixijs/pixi.js/pull/3391

* Update TransformStatic.js

remove the trailing-spaces.
1 parent 6139be1 commit 87a97f06be663af478cf795dfd1ee49e5146ce6f
@finscn finscn authored on 5 Dec 2016
Matt Karl committed on 5 Dec 2016
Showing 1 changed file
View
src/core/display/TransformStatic.js