GreyRook / gown.js

UI system for pixi.js inspired by feathers-ui
Other
219 stars 51 forks source link

Fix resizeScaling for pixi v4 #110

Closed marfri closed 7 years ago

marfri commented 7 years ago

In pixi v4 updateTransform calls a function that only recalculates worldTransform if something was changed. If we revert scaling every frame we scale to infinity, so we need a check if the worldTransform was actually calculated anew.