mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
9d867850dc
Before this change, it was not clear that shareable's Dispose can be called from finalizers since finalizers must not be blocked by a mutex. Actually Dispose could be locked and must not be called from finalizers. This change renames the function to avoid confusion of the API, and make the function available from finalizers. |
||
---|---|---|
.. | ||
export_test.go | ||
image_test.go | ||
image.go |