Browse Source

Fixed bankedTurnLimit default value.

James Koss 6 years ago
parent
commit
238a2067f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Cameras/babylon.flyCamera.ts

+ 1 - 1
src/Cameras/babylon.flyCamera.ts

@@ -62,7 +62,7 @@
         /**
          * Limit in radians for how much Roll banking will add. (Default: 90°)
          */
-        public bankedTurnLimit: number = Math.PI / 4;
+        public bankedTurnLimit: number = Math.PI / 2;
 
         /**
          * Value of 0 disables the banked Roll.