Updated changelog.

This commit is contained in:
Alex Szpakowski
2015-03-03 00:49:46 -04:00
parent 17be869293
commit d7667ea8fc
2 changed files with 36 additions and 11 deletions
+2 -2
View File
@@ -631,7 +631,7 @@ bool Shader::sendBuiltinMatrix(BuiltinUniform builtin, int size, const GLfloat *
default:
return false;
}
return true;
}
@@ -661,7 +661,7 @@ bool Shader::sendBuiltinFloat(BuiltinUniform builtin, int size, const GLfloat *v
default:
return false;
}
return true;
}