Split error macro into two versions (format vs non-formating) to allow format checking at compile-time
This commit is contained in:
@@ -72,7 +72,7 @@ namespace Nz
|
||||
if (!config.allowDummyDevice)
|
||||
throw;
|
||||
|
||||
NazaraError("failed to open default OpenAL device: {0}", e.what());
|
||||
NazaraErrorFmt("failed to open default OpenAL device: {0}", e.what());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user