mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
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:
parent
5025505918
commit
3fb7319df7
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue