Sfoglia il codice sorgente

fix some ci issues

Chris Barth 4 anni fa
parent
commit
fb462162f7

+ 1 - 1
src/LibDeclarations/webxr.nativeextensions.d.ts

@@ -36,7 +36,7 @@ interface XRMesh {
 }
 }
 
 
 interface XRFrustumDetectionBoundary extends XRDetectionBoundary {
 interface XRFrustumDetectionBoundary extends XRDetectionBoundary {
-    type: "frustum"
+    type: "frustum";
     frustum: XRFrustum;
     frustum: XRFrustum;
 }
 }
 
 

+ 1 - 1
src/XR/features/index.ts

@@ -9,4 +9,4 @@ export * from "./WebXRControllerPhysics";
 export * from "./WebXRHitTest";
 export * from "./WebXRHitTest";
 export * from "./WebXRFeaturePointSystem";
 export * from "./WebXRFeaturePointSystem";
 export * from "./WebXRHandTracking";
 export * from "./WebXRHandTracking";
-export * from "./webXRMeshDetector";
+export * from "./WebXRMeshDetector";