Suprcode / Zircon

Legend of Mir 3 - Official Public Zircon Source
330 stars 249 forks source link

DrawBlend on player always breaks after 10 secondsof being logged in #108

Closed Suprcode closed 8 months ago

Suprcode commented 10 months ago

If you log in, then hover over your player - after about 10 seconds something will break and cause a black image to draw. From then on the player will no longer draw correctly when on a horse.

Even if you're not on a horse this black image error happens, but it only seems noticable when mounted.

The player image gets drawn 3 times

1 - Solid image, always drawn 2 - Opacity image, always drawn (for when the solid image is behind a building/object) 3 - Highlight image, drawn on mouse hover

If you remove the SetBlend calls for the highlight image this issue doesn't happen anymore - so the error might lie somewhere here.

https://github.com/Suprcode/mir3-zircon/assets/9963882/cc5a86c9-d92e-4b3d-9ac2-667fe0da9348