Split error macro into two versions (format vs non-formating) to allow format checking at compile-time
This commit is contained in:
@@ -128,7 +128,7 @@ ParticleDemo("Logo", sharedData)
|
||||
|
||||
m_logo = Nz::Image::LoadFromFile("E:/Twitch/avatar_interested.png", params);
|
||||
if (!m_logo)
|
||||
NazaraError("Failed to load logo!");
|
||||
NazaraError("failed to load logo!");
|
||||
|
||||
unsigned int width = m_logo->GetWidth();
|
||||
unsigned int height = m_logo->GetHeight();
|
||||
|
||||
Reference in New Issue
Block a user