mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +01:00
graphicscommand: Fix comments
This commit is contained in:
parent
94852b07b2
commit
d78db1738d
@ -177,7 +177,8 @@ func (i *Image) IsInvalidated() bool {
|
|||||||
return i.image.IsInvalidated()
|
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.
|
// This is for testing usage.
|
||||||
func (i *Image) DumpAt(dir string) error {
|
func (i *Image) DumpAt(dir string) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user