浏览代码

Fix none exported component

sebavan 6 年之前
父节点
当前提交
aefc51f4f5
共有 1 个文件被更改,包括 5 次插入0 次删除
  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;