Fix building on linux after merge

This commit is contained in:
Wojtek Figat
2021-02-16 19:01:00 +01:00
parent fc4dc8cb50
commit 6fd1580d67
7 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ struct MaterialShaderFeature
{
const Char* Template;
};
#endif;
#endif
};
// Material shader feature that add support for Forward shading inside the material shader.