Utility/STBSaver: Fix error message

Former-commit-id: 2ef6f33b8391a3c9fb595845f661cc9b1b79df87 [formerly 609d0b1dcc5484cdcca589f9f49061a4bda7c544]
Former-commit-id: 2cfd8315e60f7eb153642bd3012e6cbc4b88cb29
This commit is contained in:
Lynix 2016-07-08 08:36:54 +02:00
parent 96dd854ec9
commit 384e11bf79
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}