diff options
author | Kris Kowal | 2012-07-06 12:42:16 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:49 -0700 |
commit | 6803c0abd279fcb640c38b3881b751bab982cbe0 (patch) | |
tree | 876211d178954cbaa73e0fbb658fe0c6ffb7ac8d /assets/shaders/Cloud.vert.glsl | |
parent | 3644cb6def4f681c99959e5729e78ea353441fad (diff) | |
download | ninja-6803c0abd279fcb640c38b3881b751bab982cbe0.tar.gz |
Remove trailing spaces
Diffstat (limited to 'assets/shaders/Cloud.vert.glsl')
-rw-r--r-- | assets/shaders/Cloud.vert.glsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/shaders/Cloud.vert.glsl b/assets/shaders/Cloud.vert.glsl index c709bc27..a33429fe 100644 --- a/assets/shaders/Cloud.vert.glsl +++ b/assets/shaders/Cloud.vert.glsl | |||
@@ -70,6 +70,6 @@ void main() | |||
70 | pos.z = z; | 70 | pos.z = z; |
71 | 71 | ||
72 | gl_Position = u_projMatrix * u_mvMatrix * pos; | 72 | gl_Position = u_projMatrix * u_mvMatrix * pos; |
73 | 73 | ||
74 | v_texCoord0 = texcoord; | 74 | v_texCoord0 = texcoord; |
75 | } | 75 | } |