Przeglądaj źródła

Merge pull request #110 from exploser/patch-1

Fix g3nshaders producing non-standard output
Daniel Salvadori 6 lat temu
rodzic
commit
142f71da85
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tools/g3nshaders/main.go

+ 1 - 1
tools/g3nshaders/main.go

@@ -40,7 +40,7 @@ const (
 // TEMPLATE is a Go template to generate the output file with the shaders' sources and
 // maps describing the include and shader names and programs shaders.
 //
-const TEMPLATE = `// File generated by G3NSHADERS. Do not edit.
+const TEMPLATE = `// Code generated by G3NSHADERS. DO NOT EDIT.
 // To regenerate this file install 'g3nshaders' and execute:
 // 'go generate' in this folder.