Sfoglia il codice sorgente

Fixed pass name in the sky plane technique.

Lasse Öörni 12 anni fa
parent
commit
093d4b6a4f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Bin/CoreData/Techniques/DiffSkyplane.xml

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

@@ -1,3 +1,3 @@
 <technique>
 <technique>
-    <pass name="prealpha" vs="Unlit" ps="Unlit_Diff" depthwrite="false" />
+    <pass name="postopaque" vs="Unlit" ps="Unlit_Diff" depthwrite="false" />
 </technique>
 </technique>