Split error macro into two versions (format vs non-formating) to allow format checking at compile-time
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Nz
|
||||
std::unique_ptr<GL::Loader> loader = SelectLoader(config);
|
||||
if (!loader)
|
||||
{
|
||||
NazaraError("Failed to initialize OpenGL loader");
|
||||
NazaraError("failed to initialize OpenGL loader");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user