Skip to content

Commit

Permalink
tiny addition to doc change in pmndrs#199
Browse files Browse the repository at this point in the history
  • Loading branch information
rekliner committed Nov 1, 2022
1 parent e3e122a commit b4f0d1c
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 b4f0d1c

Please sign in to comment.