I don't understand this line, it seems like a hack and it is having an impact on the wing effects.
https://github.com/Suprcode/mir3-zircon/blob/3a890d540ed4fa4a9b90f0089d2c3cadf2ef05e4/Client/Scenes/Views/MapControl.cs#L405
Removing it has a consequence, so it's not so simple, i assume this is the reason this was added.
- Player does not implicitly show when hiding under objects (without mouse over).
- We lose the colour overlay when hiding under objects (this behaviour could be moved elsewhere though?).
With This Line

Without This Line

I don't understand this line, it seems like a hack and it is having an impact on the wing effects.
https://github.com/Suprcode/mir3-zircon/blob/3a890d540ed4fa4a9b90f0089d2c3cadf2ef05e4/Client/Scenes/Views/MapControl.cs#L405
Removing it has a consequence, so it's not so simple, i assume this is the reason this was added.
With This Line

Without This Line
