Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/renderers/common/XRManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,12 +592,12 @@ class XRManager extends EventDispatcher {


/**
* Return the current XR binding.
* Returns the current XR binding.
*
* Creates a new binding if needed and the browser is
* capable of doing so.
*
* @return {?XRWebGLBinding} The XR binding. Returns `null` if a binding cannot be crated.
* @return {?XRWebGLBinding} The XR binding. Returns `null` if one cannot be created.
*/
getBinding() {

Expand Down
Loading