1
0
mirror of https://github.com/moparisthebest/minetest synced 2025-03-09 22:29:41 -04:00

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

This commit is contained in:
Jonathan Neuschäfer 2012-02-08 11:49:22 +01:00
parent abab3db23d
commit ff678d1607

View File

@ -1483,8 +1483,6 @@ bool generate_image(std::string part_of_name, video::IImage *& baseimg,
if(rtt == NULL) if(rtt == NULL)
{ {
errorstream<<"generate_image(): render to texture failed."
" Creating fallback image"<<std::endl;
baseimg = generate_image_from_scratch( baseimg = generate_image_from_scratch(
imagename_top, device, sourcecache); imagename_top, device, sourcecache);
return true; return true;