From 817d1769944ed966839de7adb06392f6e8c78b97 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 27 Jun 2021 23:20:27 +0900 Subject: [PATCH] internal/graphicscommand: Misspelling at newShaderCommand.String --- internal/graphicscommand/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/graphicscommand/command.go b/internal/graphicscommand/command.go index cff0669af..4a6cbc658 100644 --- a/internal/graphicscommand/command.go +++ b/internal/graphicscommand/command.go @@ -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.