- Removed unused variable CamRoll from TRotator<> class.

* Residual value left behind in be9b25e760.
This commit is contained in:
Mitchell Richters 2022-09-02 22:16:20 +10:00 committed by Christoph Oelckers
parent d63fb33dd0
commit 03bb820944

View file

@ -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;