commit | c0dd9122fdedd4bcab5bc0b3bbb490e6b62fac83 | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Sat Aug 16 09:36:46 2008 -0600 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Sat Aug 16 09:36:46 2008 -0600 |
tree | ac114b79c5790b10c0a8904ca79dfea5480c5617 | |
parent | ce00d232f3c01c71fb659568e9b58da1f24b2519 [diff] [blame] |
remove .txt suffix from shader source files
diff --git a/progs/glsl/multitex.c b/progs/glsl/multitex.c index 5574ed4..096d40f 100644 --- a/progs/glsl/multitex.c +++ b/progs/glsl/multitex.c
@@ -35,8 +35,8 @@ static const char *Demo = "multitex"; -static const char *VertFile = "multitex.vert.txt"; -static const char *FragFile = "multitex.frag.txt"; +static const char *VertFile = "multitex.vert"; +static const char *FragFile = "multitex.frag"; static const char *TexFiles[2] = {