A visual artifact (white pixel fringe) appeared on the edge of the rotating spinner track texture, likely due to RGB color bleed during bilinear filtering in Raylib. Pre-multiplying the alpha channel of the spinner track image using `rl.image_alpha_premultiply` significantly reduces the visibility of the artifact.pull/35048/head
parent
d56baa0fbb
commit
6e5f12bc47
2 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue