Skip to content
Snippets Groups Projects
Commit ff678d16 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer
Browse files

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

parent abab3db2
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment