summaryrefslogtreecommitdiff
path: root/src/resources/atlas
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/atlas')
-rw-r--r--src/resources/atlas/atlasmanager.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/atlas/atlasmanager.cpp b/src/resources/atlas/atlasmanager.cpp
index 4e9028027..90b72b4d6 100644
--- a/src/resources/atlas/atlasmanager.cpp
+++ b/src/resources/atlas/atlasmanager.cpp
@@ -166,6 +166,10 @@ void AtlasManager::loadImages(const StringVect &files,
images.push_back(image);
}
}
+ else
+ {
+ reportAlways("Physfs error: %s", PhysFs::getLastError());
+ }
delete d;
}
BLOCK_END("AtlasManager::loadImages")