ebiten/internal/shareable
Hajime Hoshi 0366103b2e shareable: Bug fix: Crash when syncing pixels of a disposed image
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
2020-11-12 23:37:51 +09:00
..
export_test.go shareable: Bug fix: Crash when syncing pixels of a disposed image 2020-11-12 23:37:51 +09:00
image_test.go shareable: Bug fix: Crash when syncing pixels of a disposed image 2020-11-12 23:37:51 +09:00
image.go shareable: Bug fix: Crash when syncing pixels of a disposed image 2020-11-12 23:37:51 +09:00
shader.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00