mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-10-17 21:41:49 +08:00

When a texel is picked on texel-borders of a texture, the behavior (tie-breaking) depends on GPU and unexpected. This change fixes this issue by shifting 1/512 [texel] when picking a texel up. Updates #1212