We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f5a83 commit 5897fd3Copy full SHA for 5897fd3
src/scene/renderer/forward-renderer.js
@@ -2299,7 +2299,7 @@ class ForwardRenderer {
2299
2300
// enable flip faces if either the camera has _flipFaces enabled or the render target
2301
// has flipY enabled
2302
- const flipFaces = !!(camera._flipFaces ^ renderAction?.renderTarget?.flipY);
+ const flipFaces = !!(camera.camera._flipFaces ^ renderAction?.renderTarget?.flipY);
2303
2304
const draws = this._forwardDrawCalls;
2305
this.renderForward(camera.camera,
0 commit comments