Parcourir la source

Remove old TODO

Daniel Salvadori il y a 6 ans
Parent
commit
6a5a4f00b8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      material/material.go

+ 1 - 1
material/material.go

@@ -62,7 +62,7 @@ type IMaterial interface {
 type Material struct {
 	refcount int // Current number of references
 
-	// Shader specification // TODO Move ShaderSpecs into Material ?
+	// Shader specification
 	shader        string            // Shader name
 	shaderUnique  bool              // shader has only one instance (does not depend on lights or textures)
 	ShaderDefines gls.ShaderDefines // shader defines