mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: typo
This commit is contained in:
parent
f923250a65
commit
ef7966b625
4
image.go
4
image.go
@ -976,7 +976,7 @@ type NewImageOptions struct {
|
||||
//
|
||||
// An unmanged image is never on an internal automatic texture atlas.
|
||||
// A regular image is a part of an internal texture atlas, and locating them is done automatically in Ebitengine.
|
||||
// NewUnmanagedImage is useful when you want finer controls over the image for performance and memory reasons.
|
||||
// Unmanaged is useful when you want finer controls over the image for performance and memory reasons.
|
||||
Unmanaged bool
|
||||
}
|
||||
|
||||
@ -1046,7 +1046,7 @@ type NewImageFromImageOptions struct {
|
||||
//
|
||||
// An unmanged image is never on an internal automatic texture atlas.
|
||||
// A regular image is a part of an internal texture atlas, and locating them is done automatically in Ebitengine.
|
||||
// NewUnmanagedImage is useful when you want finer controls over the image for performance and memory reasons.
|
||||
// Unmanaged is useful when you want finer controls over the image for performance and memory reasons.
|
||||
Unmanaged bool
|
||||
|
||||
// PreserveBounds represents whether the new image's bounds are the same as the given image.
|
||||
|
Loading…
Reference in New Issue
Block a user