소스 검색

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;