mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
restorable: Fix misspelling
This commit is contained in:
parent
f16b5d9c10
commit
05d91eac09
@ -362,7 +362,7 @@ func (i *Image) restore() error {
|
|||||||
|
|
||||||
// Dispose disposes the image.
|
// Dispose disposes the image.
|
||||||
//
|
//
|
||||||
// After disposing, calling the funciton of the image causes unexpected results.
|
// After disposing, calling the function of the image causes unexpected results.
|
||||||
func (i *Image) Dispose() {
|
func (i *Image) Dispose() {
|
||||||
theImages.makeStaleIfDependingOn(i)
|
theImages.makeStaleIfDependingOn(i)
|
||||||
i.image.Dispose()
|
i.image.Dispose()
|
||||||
|
Loading…
Reference in New Issue
Block a user