Skip to content

Commit

Permalink
Reduce log level for non npot2 texture warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and sapier committed May 24, 2014
1 parent b743dcb commit c1e297a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tile.cpp
Expand Up @@ -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;
}
Expand Down

0 comments on commit c1e297a

Please sign in to comment.