mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- Restore internals of spritetypebase::norm_ang()
.
This commit is contained in:
parent
7600a77641
commit
47ed6cbd61
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ public:
|
|||
|
||||
void norm_ang()
|
||||
{
|
||||
spr.angle = spr.angle.Normalized360();
|
||||
}
|
||||
|
||||
// Same as above but with invertex y and z axes to match the renderer's coordinate system.
|
||||
|
|
Loading…
Reference in a new issue