diff --git a/src/core/textures/RenderTexture.js b/src/core/textures/RenderTexture.js index 86a3f52..bbc2126 100644 --- a/src/core/textures/RenderTexture.js +++ b/src/core/textures/RenderTexture.js @@ -291,7 +291,6 @@ } updateTransform = !!updateTransform; - var cachedWt = displayObject.worldTransform; var wt = tempMatrix; @@ -303,6 +302,7 @@ } displayObject.worldTransform = wt; + var cachedWt = displayObject.worldTransform; // setWorld Alpha to ensure that the object is renderer at full opacity displayObject.worldAlpha = 1;