Explorar el Código

Fix compilation issue

David Catuhe hace 7 años
padre
commit
6ec6991fc9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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();