提交 43dcad24 编写于 作者: M Mugen87

EffectComposer.js: Bugfix in .reset

上级 af676191
......@@ -112,7 +112,7 @@ THREE.EffectComposer.prototype = {
var size = this.renderer.getSize();
renderTarget = this.renderTarget1.clone();
renderTarget.setSize( width, height );
renderTarget.setSize( size.width, size.height );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册