diff options
Diffstat (limited to 'sp/src/materialsystem/stdshaders/cloud_ps11.psh')
| -rw-r--r-- | sp/src/materialsystem/stdshaders/cloud_ps11.psh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sp/src/materialsystem/stdshaders/cloud_ps11.psh b/sp/src/materialsystem/stdshaders/cloud_ps11.psh index 8e5627cb..82ed1d60 100644 --- a/sp/src/materialsystem/stdshaders/cloud_ps11.psh +++ b/sp/src/materialsystem/stdshaders/cloud_ps11.psh @@ -1,6 +1,6 @@ -ps.1.1
-
-tex t0
-tex t1
-
-mul r0, t0, t1
+ps.1.1 + +tex t0 +tex t1 + +mul r0, t0, t1 |