diff --git a/IO/src/ImageLoaderPVR.cpp b/IO/src/ImageLoaderPVR.cpp index 7ea598c..ee34e0e 100644 --- a/IO/src/ImageLoaderPVR.cpp +++ b/IO/src/ImageLoaderPVR.cpp @@ -70,6 +70,7 @@ bool ImageLoaderPVR::ReadData() { pvrtexture::PVRStandard8PixelType, ePVRTVarTypeUnsignedByte, ePVRTCSpacelRGB)) { + ReportError("Unable to convert PVRTexture... possibly failed to load file"); return false; }