Pārlūkot izejas kodu

Make sure thin instances are in webpack bundles

Popov72 5 gadi atpakaļ
vecāks
revīzija
3d96903c07
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      src/Meshes/thinInstanceMesh.ts

+ 5 - 0
src/Meshes/thinInstanceMesh.ts

@@ -343,3 +343,8 @@ Mesh.prototype._disposeThinInstanceSpecificData = function() {
         this._thinInstanceDataStorage.matrixBuffer = null;
     }
 };
+
+/**
+ * @hidden
+ */
+export var _IDoNeedToBeInTheBuild2 = 42;