Unit test fix

pull/615/head
madsbuvi 4 years ago
parent 329a479f48
commit e59fcf7613

@ -394,8 +394,6 @@ namespace Shader
if (shaderIt == mShaders.end())
{
std::string shaderSource = getTemplateSource(templateName);
if (shaderSource.empty())
return nullptr;
if (!parseDefines(shaderSource, defines, mGlobalDefines, templateName) || !parseFors(shaderSource, templateName))
{

Loading…
Cancel
Save