From 0f659269e7f13a8dadfe25a77cdaaa262806734c Mon Sep 17 00:00:00 2001 From: Pavel Krajcevski Date: Fri, 6 Sep 2013 01:39:23 -0400 Subject: [PATCH] Add error message when we can't load a file. --- IO/src/ImageLoaderPVR.cpp | 1 + 1 file changed, 1 insertion(+) 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; }