Skip to content

Weird Double Drawing Of PlayerObject Ontop Of Everything #74

@FluffyDuckyEU

Description

@FluffyDuckyEU

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
UnnecessaryDraw

Without This Line
UnnecessaryDraw2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions