mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-24 18:02:02 +01:00
internal/graphicscommand: add 'screen' info to (*newImageCommand).String()
This commit is contained in:
parent
73c893e977
commit
6398230f84
@ -619,7 +619,7 @@ type newImageCommand struct {
|
||||
}
|
||||
|
||||
func (c *newImageCommand) String() string {
|
||||
return fmt.Sprintf("new-image: result: %d, width: %d, height: %d", c.result.id, c.width, c.height)
|
||||
return fmt.Sprintf("new-image: result: %d, width: %d, height: %d, screen: %t", c.result.id, c.width, c.height, c.screen)
|
||||
}
|
||||
|
||||
// Exec executes a newImageCommand.
|
||||
|
Loading…
Reference in New Issue
Block a user