Pārlūkot izejas kodu

Fix none exported component

sebavan 6 gadi atpakaļ
vecāks
revīzija
aefc51f4f5
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  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;