diff options
author | Brian <[email protected]> | 2007-02-02 13:54:24 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-02-02 13:54:24 -0700 |
commit | a4f4ca7767b60371dce2d604025d363673ea6402 (patch) | |
tree | 3642a4c72792869a41cbd63f9962ff58705a78ac /progs | |
parent | ccd3e7dcef8ed091a6947b672d87bd4ee72dcde5 (diff) |
added newline at end
Diffstat (limited to 'progs')
-rw-r--r-- | progs/glsl/CH11-toyball.vert.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/glsl/CH11-toyball.vert.txt b/progs/glsl/CH11-toyball.vert.txt index 21795c17cd6..1aa7e9cac23 100644 --- a/progs/glsl/CH11-toyball.vert.txt +++ b/progs/glsl/CH11-toyball.vert.txt @@ -17,4 +17,4 @@ void main() ECposition = gl_ModelViewMatrix * gl_Vertex; ECballCenter = gl_ModelViewMatrix * BallCenter; gl_Position = ftransform(); -}
\ No newline at end of file +} |