mirror of
https://github.com/DrBeef/Raze.git
synced 2025-03-24 18:12:00 +00:00
- Fix change to constant in last commit.
* How did that little `3` not make it in...
This commit is contained in:
parent
2a82ef85b8
commit
25460e8e98
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ static constexpr DAngle YAW_SPINSTAND = DAngle::fromDeg(675.);
|
|||
static constexpr DAngle YAW_SPINCROUCH = YAW_SPINSTAND * 0.5;
|
||||
static constexpr DAngle PITCH_LOOKSPEED = DAngle::fromDeg(222.83185);
|
||||
static constexpr DAngle PITCH_AIMSPEED = PITCH_LOOKSPEED * 0.5;
|
||||
static constexpr DAngle PITCH_CENTERSPEED = DAngle::fromDeg(10.775);
|
||||
static constexpr DAngle PITCH_CENTERSPEED = DAngle::fromDeg(10.7375);
|
||||
static constexpr DAngle PITCH_CNTRSINEOFFSET = DAngle90 / 8.;
|
||||
static constexpr DAngle PITCH_HORIZOFFSPEED = DAngle::fromDeg(4.375);
|
||||
static constexpr DAngle PITCH_HORIZOFFCLIMB = DAngle::fromDeg(-38.);
|
||||
|
|
Loading…
Reference in a new issue