Split error macro into two versions (format vs non-formating) to allow format checking at compile-time
This commit is contained in:
@@ -305,7 +305,7 @@ namespace Nz
|
||||
return Vector3<T>(x + width, y + height, z + depth);
|
||||
}
|
||||
|
||||
NazaraError("Corner not handled ({0:#x})", UnderlyingCast(corner));
|
||||
NazaraErrorFmt("Corner not handled ({0:#x})", UnderlyingCast(corner));
|
||||
return Vector3<T>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user