From 8b0f852f37a30115aa4c2eca846d82fec67ffb51 Mon Sep 17 00:00:00 2001 From: josh Date: Mon, 19 Oct 2009 12:44:22 +0000 Subject: [PATCH] git-svn-id: svn://anubis/misc/TextureCache@189 bd8a9e45-a331-0410-811e-c64571078777 --- TextureCache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }