David Catuhe 6 年之前
父节点
当前提交
9b63ee913a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Cameras/camera.ts

+ 1 - 1
src/Cameras/camera.ts

@@ -177,7 +177,7 @@ export class Camera extends Node {
     public inertia = 0.9;
 
     /**
-     * Define the mode of the camera (Camera.PERSPECTIVE_CAMERA or Camera.PERSPECTIVE_ORTHOGRAPHIC)
+     * Define the mode of the camera (Camera.PERSPECTIVE_CAMERA or Camera.ORTHOGRAPHIC_CAMERA)
      */
     @serialize()
     public mode = Camera.PERSPECTIVE_CAMERA;