Skip to content

Commit

Permalink
chore(docs): tiny addition to doc change in #199 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
rekliner authored Nov 2, 2022
1 parent e3e122a commit 7673eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export interface XRProps {
* 1 = maximum foveation, the edges render at lower resolution
*/
foveation?: number
/** Type of WebXR reference space to use. Default is `local-space` */
/** Type of WebXR reference space to use. Default is `local-floor` */
referenceSpace?: XRReferenceSpaceType
/** Called as an XRSession is requested */
onSessionStart?: XREventHandler<XRManagerEvent>
Expand Down

0 comments on commit 7673eb5

Please sign in to comment.