- Extra const-ness that I'm not sure matters or not.

This commit is contained in:
Mitchell Richters 2023-03-18 20:14:01 +11:00
parent 672c53c35c
commit 366423a09b

View file

@ -32,7 +32,7 @@ struct PlayerAngles
} }
// Render angle functions. // Render angle functions.
const DRotator& getCameraAngles() const DRotator& getCameraAngles() const
{ {
return CameraAngles; return CameraAngles;
} }