Pumpkins
This commit is contained in:
parent
e9321bc715
commit
8ef91817e9
@ -30,7 +30,7 @@ public:
|
||||
{
|
||||
|
||||
ASSERT((a_Yaw >= -180) && (a_Yaw < 180));
|
||||
a_Yaw *= -1;
|
||||
a_Yaw -= 180;
|
||||
a_Yaw += 360 + 45;
|
||||
if (a_Yaw > 360)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user