瀏覽代碼

Merge pull request #8285 from Jarred-Sumner/patch-1

Fix typo in comment: "messh" -> "mesh"
sebavan 5 年之前
父節點
當前提交
d400981fb4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Cameras/followCamera.ts

+ 1 - 1
src/Cameras/followCamera.ts

@@ -263,7 +263,7 @@ export class ArcFollowCamera extends TargetCamera {
         public beta: number,
         /** The radius of the camera from its target */
         public radius: number,
-        /** Define the camera target (the messh it should follow) */
+        /** Define the camera target (the mesh it should follow) */
         public target: Nullable<AbstractMesh>,
         scene: Scene) {
         super(name, Vector3.Zero(), scene);