Pārlūkot izejas kodu

remove Object.Freeze -> compilation error

Julien Barrois 6 gadi atpakaļ
vecāks
revīzija
3fd2d5aecd
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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