Ver código fonte

Fix none exported component

sebavan 6 anos atrás
pai
commit
aefc51f4f5
1 arquivos alterados com 5 adições e 0 exclusões
  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;