浏览代码

Update babylon.framingBehavior.ts

David Catuhe 7 年之前
父节点
当前提交
6c803e387d
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;
     }
-}
+}