mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
tile: remove redundant warning about failing render-to-target
This commit is contained in:
parent
abab3db23d
commit
ff678d1607
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue