Forráskód Böngészése

Fix none exported component

sebavan 6 éve
szülő
commit
aefc51f4f5
1 módosított fájl, 5 hozzáadás és 0 törlés
  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;