Read `texture` via `_texture` directly in sprite (#3780)
* Use `*._texture.*` directly in Sprite.js

It could offer a bit little performance gains.
And  read texture via `_texture` is a common way/style in  PIXI.js

* Update CanvasTinter.js

* Update DisplacementFilter.js

* Update Graphics.js
1 parent b8775e1 commit ef33ae20889a160f45000b6653aa4c21857ac37f
@finscn finscn authored on 26 Feb 2017
Matt Karl committed on 26 Feb 2017
Showing 4 changed files
View
src/core/graphics/Graphics.js
View
src/core/sprites/Sprite.js
View
src/core/sprites/canvas/CanvasTinter.js
View
src/filters/displacement/DisplacementFilter.js