typo
authorChristoph Sommer <mail@christoph-sommer.de>
Mon, 23 Jun 2008 18:37:17 +0000 (18:37 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Mon, 23 Jun 2008 18:37:17 +0000 (18:37 +0000)
SVN-Revision: 5619

src/video/texture_manager.cpp

index 005d2a9..976dad0 100644 (file)
@@ -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 = "ximages/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;