git-svn-id: svn://anubis/misc/TextureCache@189 bd8a9e45-a331-0410-811e-c64571078777

This commit is contained in:
josh 2009-10-19 12:44:22 +00:00
parent 3fedd1dc0e
commit 8b0f852f37

View File

@ -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;
}