internal/graphicscommand: Misspelling at newShaderCommand.String

This commit is contained in:
Hajime Hoshi 2021-06-27 23:20:27 +09:00
parent c725937cc6
commit 817d176994

View File

@ -699,7 +699,7 @@ type newShaderCommand struct {
}
func (c *newShaderCommand) String() string {
return fmt.Sprintf("new-shader-image")
return fmt.Sprintf("new-shader")
}
// Exec executes a newShaderCommand.