From b4f0d1c09a9144398b124471f1fa3c078cdce8f9 Mon Sep 17 00:00:00 2001 From: Rekliner Date: Tue, 1 Nov 2022 17:36:48 -0500 Subject: [PATCH] tiny addition to doc change in #199 --- src/XR.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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