From 7673eb5d0833db1b4becc18e4bd15442b981088c Mon Sep 17 00:00:00 2001 From: Chris Kline Date: Wed, 2 Nov 2022 02:51:37 -0500 Subject: [PATCH] chore(docs): tiny addition to doc change in #199 (#210) --- 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