mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/graphicscommand: fix missing graphicscommand log (#1543)
Closes #1544
This commit is contained in:
parent
00236daa39
commit
e4080b9830
@ -344,6 +344,8 @@ func (c *drawTrianglesCommand) String() string {
|
||||
mode = "xor"
|
||||
case driver.CompositeModeLighter:
|
||||
mode = "lighter"
|
||||
case driver.CompositeModeMultiply:
|
||||
mode = "multiply"
|
||||
default:
|
||||
panic(fmt.Sprintf("graphicscommand: invalid composite mode: %d", c.mode))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user