mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- Removed unused variable CamRoll
from TRotator<>
class.
* Residual value left behind in be9b25e760
.
This commit is contained in:
parent
d63fb33dd0
commit
03bb820944
1 changed files with 0 additions and 1 deletions
|
@ -1500,7 +1500,6 @@ struct TRotator
|
|||
Angle Pitch; // up/down
|
||||
Angle Yaw; // left/right
|
||||
Angle Roll; // rotation about the forward axis.
|
||||
Angle CamRoll; // Roll specific to actor cameras. Used by quakes.
|
||||
|
||||
TRotator() = default;
|
||||
|
||||
|
|
Loading…
Reference in a new issue