tile: remove redundant warning about failing render-to-target

master
Jonathan Neuschäfer 2012-02-08 11:49:22 +01:00
parent abab3db23d
commit ff678d1607
1 changed files with 0 additions and 2 deletions

View File

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