Explorar o código

remove Object.Freeze -> compilation error

Julien Barrois %!s(int64=6) %!d(string=hai) anos
pai
achega
3fd2d5aecd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Culling/babylon.boundingBox.ts

+ 1 - 1
src/Culling/babylon.boundingBox.ts

@@ -1,6 +1,6 @@
 module BABYLON {
 
-    const _identityMatrix = Object.freeze(Matrix.Identity());
+    const _identityMatrix = Matrix.Identity();
 
     /**
      * Class used to store bounding box information