Reverts 080599442f as it breaks LOS update. Fixes #6844

Accepted By: wraitii
Differential Revision: https://code.wildfiregames.com/D5162
This was SVN commit r27893.
This commit is contained in:
Vladislav Belov 2023-10-20 21:44:41 +00:00
parent 5025505918
commit 3fb7319df7

View File

@ -556,9 +556,6 @@ public:
if (cmpPosition)
y -= cmpPosition->GetRotation().Y;
}
// Don't send messages if we don't actually rotate.
if ((y - m_RotY).Absolute() <= fixed::Epsilon())
return;
m_RotY = y;