projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12f8a44
)
typo
author
Christoph Sommer
<mail@christoph-sommer.de>
Mon, 23 Jun 2008 18:37:17 +0000
(18:37 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Mon, 23 Jun 2008 18:37:17 +0000
(18:37 +0000)
SVN-Revision: 5619
src/video/texture_manager.cpp
patch
|
blob
|
history
diff --git
a/src/video/texture_manager.cpp
b/src/video/texture_manager.cpp
index
005d2a9
..
976dad0
100644
(file)
--- a/
src/video/texture_manager.cpp
+++ b/
src/video/texture_manager.cpp
@@
-119,7
+119,7
@@
TextureManager::create_image_texture(const std::string& filename)
} catch (const std::runtime_error& err) {
// on error, try loading placeholder file
- const std::string dummy_texture_fname = "
x
images/engine/missing.png";
+ const std::string dummy_texture_fname = "images/engine/missing.png";
if (filename != dummy_texture_fname) {
Texture* tex = create_image_texture(dummy_texture_fname);
log_warning << "Couldn't load texture '" << filename << "': " << err.what() << std::endl;