diff options
Diffstat (limited to 'mp/src/materialsystem/stdshaders/UnlitGeneric_NoTexture.psh')
| -rw-r--r-- | mp/src/materialsystem/stdshaders/UnlitGeneric_NoTexture.psh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mp/src/materialsystem/stdshaders/UnlitGeneric_NoTexture.psh b/mp/src/materialsystem/stdshaders/UnlitGeneric_NoTexture.psh index feb29ba6..7e2274d9 100644 --- a/mp/src/materialsystem/stdshaders/UnlitGeneric_NoTexture.psh +++ b/mp/src/materialsystem/stdshaders/UnlitGeneric_NoTexture.psh @@ -1,7 +1,7 @@ -ps.1.1
-
-;------------------------------------------------------------------------------
-; Just use the vertex color
-;------------------------------------------------------------------------------
-
-mov r0, v0
+ps.1.1 + +;------------------------------------------------------------------------------ +; Just use the vertex color +;------------------------------------------------------------------------------ + +mov r0, v0 |