Skip to content

Commit

Permalink
Fix monoscopic render rebuild after disabling VR
Browse files Browse the repository at this point in the history
  • Loading branch information
smlpt committed Nov 18, 2024
1 parent 317734b commit eb34260
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/kotlin/sc/iview/SciView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -1864,9 +1864,8 @@ class SciView : SceneryBase, CalibratedRealInterval<CalibratedAxis> {
e.printStackTrace()
}
}

renderer.toggleVR()
}
renderer.toggleVR()
}

/**
Expand Down

0 comments on commit eb34260

Please sign in to comment.