浏览代码

Remove old TODO

Daniel Salvadori 6 年之前
父节点
当前提交
6a5a4f00b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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