Fix travis ci
This commit is contained in:
parent
4641854c49
commit
92e5126ebf
@ -137,7 +137,7 @@ protected:
|
||||
template<typename... U>
|
||||
void AssignUniforms_impl(const char* name, U... rest)
|
||||
{
|
||||
uniforms.push_back(getUniformLocation(Program, name));
|
||||
uniforms.push_back(glGetUniformLocation(Program, name));
|
||||
AssignUniforms_impl(rest...);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user