diff --git a/src/pixi/textures/RenderTexture.js b/src/pixi/textures/RenderTexture.js index dfb1592..95bb4ca 100644 --- a/src/pixi/textures/RenderTexture.js +++ b/src/pixi/textures/RenderTexture.js @@ -250,6 +250,9 @@ var wt = displayObject.worldTransform; wt.identity(); if(matrix)wt.append(matrix); + + // setWorld Alpha to ensure that the object is renderer at full opacity + displayObject.worldAlpha = 1; // Time to update all the children of the displayObject with the new matrix.. var children = displayObject.children;