diff options
author | Brian <[email protected]> | 2007-03-07 13:35:49 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-03-07 13:35:49 -0700 |
commit | 29bc4b8974c163507be06b4991a23368e69b177a (patch) | |
tree | f68488a890731b1a3b038052905d060ee46b0612 /src/mesa/shader/slang | |
parent | c3412e9a082a0c23b865b58c8bfab64adf404946 (diff) |
s/diffuset/diffuse/
Diffstat (limited to 'src/mesa/shader/slang')
-rw-r--r-- | src/mesa/shader/slang/slang_builtin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_builtin.c b/src/mesa/shader/slang/slang_builtin.c index b01b74d3599..2db7b7983b6 100644 --- a/src/mesa/shader/slang/slang_builtin.c +++ b/src/mesa/shader/slang/slang_builtin.c @@ -221,7 +221,7 @@ lookup_statevar(const char *var, GLint index1, GLint index2, const char *field, if (strcmp(field, "ambient") == 0) { tokens[3] = STATE_AMBIENT; } - else if (strcmp(field, "diffuset") == 0) { + else if (strcmp(field, "diffuse") == 0) { tokens[3] = STATE_DIFFUSE; } else if (strcmp(field, "specular") == 0) { |