mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
graphicscommand: Add 'address' to (*DrawImageCommand).String
This commit is contained in:
parent
6f428c584d
commit
8e42484294
@ -220,7 +220,7 @@ type drawImageCommand struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (c *drawImageCommand) String() string {
|
func (c *drawImageCommand) String() string {
|
||||||
return fmt.Sprintf("draw-image: dst: %p <- src: %p, colorm: %v, mode %d, filter: %d", c.dst, c.src, c.color, c.mode, c.filter)
|
return fmt.Sprintf("draw-image: dst: %p <- src: %p, colorm: %v, mode %d, filter: %d, address: %d", c.dst, c.src, c.color, c.mode, c.filter, c.address)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Exec executes the drawImageCommand.
|
// Exec executes the drawImageCommand.
|
||||||
|
Loading…
Reference in New Issue
Block a user