Utility/STBSaver: Fix error message
Former-commit-id: 2ef6f33b8391a3c9fb595845f661cc9b1b79df87 [formerly 609d0b1dcc5484cdcca589f9f49061a4bda7c544] Former-commit-id: 2cfd8315e60f7eb153642bd3012e6cbc4b88cb29
This commit is contained in:
parent
96dd854ec9
commit
384e11bf79
|
|
@ -121,7 +121,7 @@ namespace Nz
|
|||
ImageType type = image.GetType();
|
||||
if (type != ImageType_1D && type != ImageType_2D)
|
||||
{
|
||||
NazaraError("Image type 0x" + String::Number(type, 16) + " is not ");
|
||||
NazaraError("Image type 0x" + String::Number(type, 16) + " is not in a supported format");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue