diff options
Diffstat (limited to 'mp/src/materialsystem/stdshaders/LightmappedGeneric_BaseTexture.psh')
| -rw-r--r-- | mp/src/materialsystem/stdshaders/LightmappedGeneric_BaseTexture.psh | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/mp/src/materialsystem/stdshaders/LightmappedGeneric_BaseTexture.psh b/mp/src/materialsystem/stdshaders/LightmappedGeneric_BaseTexture.psh index 75aab35b..0401218d 100644 --- a/mp/src/materialsystem/stdshaders/LightmappedGeneric_BaseTexture.psh +++ b/mp/src/materialsystem/stdshaders/LightmappedGeneric_BaseTexture.psh @@ -1,14 +1,14 @@ -ps.1.1
-
-;------------------------------------------------------------------------------
-; Draw a texture . . woo hoo!
-; t0 - texture
-;
-; The texture coordinates need to be defined as follows:
-; tc0 - texcoords
-;------------------------------------------------------------------------------
-
-; Get the color from the texture
-tex t0
-mul r0, t0, c0
-
+ps.1.1 + +;------------------------------------------------------------------------------ +; Draw a texture . . woo hoo! +; t0 - texture +; +; The texture coordinates need to be defined as follows: +; tc0 - texcoords +;------------------------------------------------------------------------------ + +; Get the color from the texture +tex t0 +mul r0, t0, c0 + |