Add error message when we can't load a file.

This commit is contained in:
Pavel Krajcevski 2013-09-06 01:39:23 -04:00
parent c367d11e9d
commit 0f659269e7

View file

@ -70,6 +70,7 @@ bool ImageLoaderPVR::ReadData() {
pvrtexture::PVRStandard8PixelType,
ePVRTVarTypeUnsignedByte,
ePVRTCSpacelRGB)) {
ReportError("Unable to convert PVRTexture... possibly failed to load file");
return false;
}