Browse Source

Update babylon.framingBehavior.ts

David Catuhe 7 năm trước cách đây
mục cha
commit
6c803e387d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;
     }
-}
+}