mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
internal/graphicscommand: Misspelling at newShaderCommand.String
This commit is contained in:
parent
c725937cc6
commit
817d176994
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user