Conflicts: src/pixi/textures/RenderTexture.js
Updated example for render texture
This commit is contained in:
Mat Groves 2013-07-11 20:32:29 +01:00
commit 92b513e4f0
55 changed files with 28041 additions and 12487 deletions

View file

@ -113,7 +113,7 @@
// render the stage to the texture
// the true clears the texture before content is rendered
renderTexture2.render(stage, true);
renderTexture2.render(stage, new PIXI.Point(0,0), true);
// and finally render the stage
renderer.render(stage);

File diff suppressed because it is too large Load diff