mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- Extra const-ness that I'm not sure matters or not.
This commit is contained in:
parent
672c53c35c
commit
366423a09b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ struct PlayerAngles
|
|||
}
|
||||
|
||||
// Render angle functions.
|
||||
const DRotator& getCameraAngles()
|
||||
const DRotator& getCameraAngles() const
|
||||
{
|
||||
return CameraAngles;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue