Browse Source

Update babylon.framingBehavior.ts

David Catuhe 7 years ago
parent
commit
6c803e387d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Behaviors/Cameras/babylon.framingBehavior.ts

+ 2 - 2
src/Behaviors/Cameras/babylon.framingBehavior.ts

@@ -147,7 +147,7 @@ module BABYLON {
         }
 
         /**
-         * Define if the behavior should automatically correct change the configured
+         * Define if the behavior should automatically change the configured
          * camera limits and sensibilities.
          */
         public autoCorrectCameraLimitsAndSensibility = true;
@@ -538,4 +538,4 @@ module BABYLON {
          */
         public static FitFrustumSidesMode = 1;
     }
-}
+}