Browse Source

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

Fix typo in comment: "messh" -> "mesh"
sebavan 5 years ago
parent
commit
d400981fb4
1 changed files with 1 additions and 1 deletions
  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);