s/diffuset/diffuse/

This commit is contained in:
Brian
2007-03-07 13:35:49 -07:00
parent c3412e9a08
commit 29bc4b8974
+1 -1
View File
@@ -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) {