This will unset the current rendertarget of the renderer if no rendertarget is specified to the render()-call.
@@ -281,6 +281,7 @@ THREE.VREffect = function ( renderer, onError ) {
} else {
+ renderer.setRenderTarget( null );
renderer.setScissorTest( true );
}