Skip to content

Commit

Permalink
clear room capture state
Browse files Browse the repository at this point in the history
  • Loading branch information
cabanier committed Jun 22, 2023
1 parent 1785280 commit 3168c98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proposals/plane-detection.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@
xrButton.setSession(null);

renderer.setAnimationLoop(null);
renderer.xr.setSession(null)
renderer.xr.setSession(null);
launchedCapture = false;
}

function onWindowResize() {
Expand Down

0 comments on commit 3168c98

Please sign in to comment.