Browse Source

Fix none exported component

sebavan 6 năm trước cách đây
mục cha
commit
aefc51f4f5
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/Particles/particleSystemComponent.ts

+ 5 - 0
src/Particles/particleSystemComponent.ts

@@ -125,3 +125,8 @@ declare module "../Meshes/mesh" {
 
         return results;
     };
+
+    /**
+     * @hidden
+     */
+    export var _IDoNeedToBeInTheBuild = 42;