1
0
This commit is contained in:
Tiger Wang 2013-09-11 19:02:09 +01:00
parent e9321bc715
commit 8ef91817e9

View File

@ -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)
{