istereo
changeset 33:33e9eedad390
ah.. blunder
author | John Tsiombikas <nuclear@mutantstargoat.com> |
---|---|
date | Fri, 09 Sep 2011 00:03:37 +0300 |
parents | bc6db80aaa58 |
children | 634c7f7c1f0f |
files | src/istereo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/src/istereo.c Thu Sep 08 21:22:44 2011 +0300 1.2 +++ b/src/istereo.c Fri Sep 09 00:03:37 2011 +0300 1.3 @@ -285,7 +285,7 @@ 1.4 glBlendFunc(GL_SRC_ALPHA, GL_ONE); 1.5 1.6 bind_program(prog_text); 1.7 - set_uniform_float(prog, "idx", idx); 1.8 + set_uniform_float(prog_text, "idx", idx); 1.9 1.10 bind_texture(tex_text, 0); 1.11