diff --git a/src/XR.tsx b/src/XR.tsx index 8265533..5f4bcbc 100644 --- a/src/XR.tsx +++ b/src/XR.tsx @@ -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