فهرست منبع

fix some ci issues

Chris Barth 4 سال پیش
والد
کامیت
fb462162f7
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/LibDeclarations/webxr.nativeextensions.d.ts
  2. 1 1
      src/XR/features/index.ts

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

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

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

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