mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
928d82c685
From the reported stack trace, there could be a potential issue in atlas.BeginFrame: images were manipulated before the images are restored. Restoring images assumes that all images are not stale, but manipulating images like putOnAtlas might cause other images stale in ReplacePixels. Though we failed to reproduce the case, this fix should make sense. Updates #2075 |
||
---|---|---|
.. | ||
export_test.go | ||
image_test.go | ||
image.go | ||
shader_test.go | ||
shader.go |