diff --git a/TextureCache.cc b/TextureCache.cc index a2a8d12..4afe9ba 100644 --- a/TextureCache.cc +++ b/TextureCache.cc @@ -42,7 +42,7 @@ GLuint TextureCache::loadTexture(const FileLoader::Path & path, SDL_Surface * temp = IMG_Load_RW(ops, /* TODO: figure out param */ true); if (!temp) { - cerr << "Failed to load image ('" << path.fullPath + cerr << "Failed to load image (" << path.fullPath << ", " << path.shortPath << ")!" << endl; return 0; }