Better if we dont remove the real function call...

This commit is contained in:
Vincent Lejeune 2014-08-07 02:42:23 +02:00
parent 27d3d3bfb3
commit 506dca47eb

View File

@ -134,6 +134,7 @@ protected:
void AssignUniforms(U... rest)
{
static_assert(sizeof...(rest) == sizeof...(Args), "Count of Uniform's name mismatch");
AssignUniforms_impl(rest);
}
public: