mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
42c70e48ff
commit
42d7cce989
2
image.go
2
image.go
@ -578,7 +578,7 @@ func (i *Image) resolvePendingPixels(draw bool) {
|
|||||||
|
|
||||||
// Dispose disposes the image data. After disposing, most of image functions do nothing and returns meaningless values.
|
// Dispose disposes the image data. After disposing, most of image functions do nothing and returns meaningless values.
|
||||||
//
|
//
|
||||||
// Dispose is useful to save memory.
|
// Calling Dispose is not mandatory thanks to GC, but Dispose is useful if you care memory usage.
|
||||||
//
|
//
|
||||||
// When the image is disposed, Dipose does nothing.
|
// When the image is disposed, Dipose does nothing.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user