소스 검색

remove Object.Freeze -> compilation error

Julien Barrois 6 년 전
부모
커밋
3fd2d5aecd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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