mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
0366103b2e
When an image was disposed, the image was not unregistered from the set of 'imagesToMakeShared'. This caused a crash when trying to sync the pixel data of the disposed image. This change fixes the issue by unregistering the image when the image is disposed. Fixes #1421 |
||
---|---|---|
.. | ||
export_test.go | ||
image_test.go | ||
image.go | ||
shader.go |