Browse Source

Fix none exported component

sebavan 6 years ago
parent
commit
aefc51f4f5
1 changed files with 5 additions and 0 deletions
  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;