mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
shareable: Misspelling
This commit is contained in:
parent
bc4e35a6c5
commit
f461ba2379
@ -131,7 +131,7 @@ type Image struct {
|
|||||||
// In the current implementation, if an image is being modified by DrawTriangles, the image is separated from
|
// In the current implementation, if an image is being modified by DrawTriangles, the image is separated from
|
||||||
// a shared (restorable) image by ensureNotShared.
|
// a shared (restorable) image by ensureNotShared.
|
||||||
//
|
//
|
||||||
// nonUpdatedCount is increased every frame if the image is not modified, or set to 0 if the image id
|
// nonUpdatedCount is increased every frame if the image is not modified, or set to 0 if the image is
|
||||||
// modified.
|
// modified.
|
||||||
//
|
//
|
||||||
// ReplacePixels doesn't affect this value since ReplacePixels can be done on shared images.
|
// ReplacePixels doesn't affect this value since ReplacePixels can be done on shared images.
|
||||||
|
Loading…
Reference in New Issue
Block a user