duncan law пре 6 година
родитељ
комит
5ac9d64a51
1 измењених фајлова са 1 додато и 1 уклоњено
  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;