feat(Core/Position): own file (#10505)
This commit is contained in:
parent
b0b9fece99
commit
93520f6466
15 changed files with 561 additions and 496 deletions
|
|
@ -576,7 +576,7 @@ void Unit::UpdateSplinePosition()
|
|||
pos.m_positionX = loc.x;
|
||||
pos.m_positionY = loc.y;
|
||||
pos.m_positionZ = loc.z;
|
||||
pos.m_orientation = loc.orientation;
|
||||
pos.SetOrientation(loc.orientation);
|
||||
|
||||
if (TransportBase* transport = GetDirectTransport())
|
||||
transport->CalculatePassengerPosition(loc.x, loc.y, loc.z, &loc.orientation);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue