瀏覽代碼

Fix compilation issue

David Catuhe 7 年之前
父節點
當前提交
6ec6991fc9
共有 1 個文件被更改,包括 0 次插入1 次删除
  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();