duncan law %!s(int64=6) %!d(string=hai) anos
pai
achega
5ac9d64a51
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;