Skip to content

Commit 1148378

Browse files
committed
fix vr again
1 parent 383e6c4 commit 1148378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderer/viewer/three/worldrendererThree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export class WorldRendererThree extends WorldRendererCommon {
111111
}
112112

113113
get cameraObject () {
114-
return this.cameraContainer
114+
return this.cameraGroupVr ?? this.cameraContainer
115115
}
116116

117117
worldSwitchActions () {

0 commit comments

Comments
 (0)