shareable: Misspelling

This commit is contained in:
Hajime Hoshi 2019-05-12 17:53:18 +09:00
parent bc4e35a6c5
commit f461ba2379

View File

@ -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.