Browse Source

Fix compilation issue

David Catuhe 7 năm trước cách đây
mục cha
commit
6ec6991fc9
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/Cameras/babylon.camera.ts

+ 0 - 1
src/Cameras/babylon.camera.ts

@@ -166,7 +166,6 @@
         private _computedViewMatrix = Matrix.Identity();
         public _projectionMatrix = new Matrix();
         private _doNotComputeProjectionMatrix = false;
-        private _worldMatrix = Matrix.Identity();
         public _postProcesses = new Array<Nullable<PostProcess>>();
         private _transformMatrix = Matrix.Zero();