mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Reduce log level for non npot2 texture warning message
This commit is contained in:
parent
b743dcb942
commit
c1e297a90a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user