소스 검색

Update Camera.d.ts

Tobi995 6 년 전
부모
커밋
42bf10c09c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/cameras/Camera.d.ts

+ 1 - 1
src/cameras/Camera.d.ts

@@ -23,7 +23,7 @@ export class Camera extends Object3D {
    * This is the matrix which contains the projection.
    */
 	projectionMatrix: Matrix4;
-	
+
 	/**
    * This is the inverse of projectionMatrix.
    */