X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftile.cpp;h=310630b84a842a98b2e2802fe792ad8908eb1f76;hb=660e63688761dc08558de030a53464d39a6ec85f;hp=cff45dc762e3c79db1149dbb89cd08a606dfb28a;hpb=c80d67f48e2011c88bbb9e755ee4f5e7f5391f63;p=dragonfireclient.git diff --git a/src/tile.cpp b/src/tile.cpp index cff45dc76..310630b84 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -966,7 +966,7 @@ bool TextureSource::generateImage(std::string part_of_name, video::IImage *& bas if ((dim.Height %2 != 0) || (dim.Width %2 != 0)) { - errorstream << "TextureSource::generateImage " + infostream << "TextureSource::generateImage " << part_of_name << " size npot2 x=" << dim.Width << " y=" << dim.Height << std::endl; }