duncan law 6 anos atrás
pai
commit
5ac9d64a51
1 arquivos alterados com 1 adições e 1 exclusões
  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;