diff options
Diffstat (limited to 'mp/src/materialsystem/stdshaders/vertexlitgeneric_lightingonly_overbright2.psh')
| -rw-r--r-- | mp/src/materialsystem/stdshaders/vertexlitgeneric_lightingonly_overbright2.psh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mp/src/materialsystem/stdshaders/vertexlitgeneric_lightingonly_overbright2.psh b/mp/src/materialsystem/stdshaders/vertexlitgeneric_lightingonly_overbright2.psh new file mode 100644 index 00000000..dd19efce --- /dev/null +++ b/mp/src/materialsystem/stdshaders/vertexlitgeneric_lightingonly_overbright2.psh @@ -0,0 +1,5 @@ +ps.1.1
+
+mov r0, v0
+
+
|