瀏覽代碼

Fixed NoTextureUnlitVCol technique using the wrong shader, which would cause artifacts with the editor grid in deferred mode.

Lasse Öörni 11 年之前
父節點
當前提交
854715a47e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Bin/CoreData/Techniques/NoTextureUnlitVCol.xml

+ 1 - 1
Bin/CoreData/Techniques/NoTextureUnlitVCol.xml

@@ -1,4 +1,4 @@
-<technique vs="Basic" ps="Basic" vsdefines="VERTEXCOLOR" psdefines="VERTEXCOLOR">
+<technique vs="Unlit" ps="Unlit" vsdefines="VERTEXCOLOR" psdefines="VERTEXCOLOR">
     <pass name="base" />
     <pass name="prepass" psdefines="PREPASS" />
     <pass name="material" />