summaryrefslogtreecommitdiff
path: root/src/tile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile.cpp')
-rw-r--r--src/tile.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tile.cpp b/src/tile.cpp
index 0fa2e1029..c39a65511 100644
--- a/src/tile.cpp
+++ b/src/tile.cpp
@@ -1483,8 +1483,6 @@ bool generate_image(std::string part_of_name, video::IImage *& baseimg,
if(rtt == NULL)
{
- errorstream<<"generate_image(): render to texture failed."
- " Creating fallback image"<<std::endl;
baseimg = generate_image_from_scratch(
imagename_top, device, sourcecache);
return true;