Do not crash if old shaders dont compile
This commit is contained in:
@@ -290,7 +290,7 @@ void Shaders::check(const int num) const
|
||||
{
|
||||
if (m_shaders[num] == -1)
|
||||
{
|
||||
Log::fatal("shaders", "Shader %s failed to load. Update your drivers, if the issue "
|
||||
Log::error("shaders", "Shader %s failed to load. Update your drivers, if the issue "
|
||||
"persists, report a bug to us.", shader_names[num] + 3);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user