graphicscommand: Fix comments

This commit is contained in:
Hajime Hoshi 2019-07-20 01:22:13 +09:00
parent 94852b07b2
commit d78db1738d

View File

@ -177,7 +177,8 @@ func (i *Image) IsInvalidated() bool {
return i.image.IsInvalidated()
}
// DumpImages dumps the image to the specified directory.
// DumpAt dumps the image to the specified directory.
// The filename is determined by the image's ID.
//
// This is for testing usage.
func (i *Image) DumpAt(dir string) error {