Manual merge of #2066
This commit is contained in:
parent
d1a0717a57
commit
d852209f8d
@ -519,7 +519,7 @@ void cMonster::SetPitchAndYawFromDestination()
|
|||||||
double HeadRotation, HeadPitch;
|
double HeadRotation, HeadPitch;
|
||||||
Distance.Normalize();
|
Distance.Normalize();
|
||||||
VectorToEuler(Distance.x, Distance.y, Distance.z, HeadRotation, HeadPitch);
|
VectorToEuler(Distance.x, Distance.y, Distance.z, HeadRotation, HeadPitch);
|
||||||
if (abs(BodyRotation - HeadRotation) < 120)
|
if (std::abs(BodyRotation - HeadRotation) < 120)
|
||||||
{
|
{
|
||||||
SetHeadYaw(HeadRotation);
|
SetHeadYaw(HeadRotation);
|
||||||
SetPitch(-HeadPitch);
|
SetPitch(-HeadPitch);
|
||||||
|
Loading…
Reference in New Issue
Block a user