duncan law 6 năm trước cách đây
mục cha
commit
5ac9d64a51
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Cameras/followCamera.ts

+ 1 - 1
src/Cameras/followCamera.ts

@@ -200,7 +200,7 @@ export class FollowCamera extends TargetCamera {
             this._follow(this.lockedTarget);
         }
     }
-  
+
     private _checkLimits() {
         if (this.lowerRadiusLimit !== null && this.radius < this.lowerRadiusLimit) {
             this.radius = this.lowerRadiusLimit;