projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b743dcb
)
Reduce log level for non npot2 texture warning message
author
sapier
<Sapier at GMX dot net>
Sat, 24 May 2014 11:42:52 +0000
(13:42 +0200)
committer
sapier
<Sapier at GMX dot net>
Sat, 24 May 2014 11:42:52 +0000
(13:42 +0200)
src/tile.cpp
patch
|
blob
|
history
diff --git
a/src/tile.cpp
b/src/tile.cpp
index cff45dc762e3c79db1149dbb89cd08a606dfb28a..310630b84a842a98b2e2802fe792ad8908eb1f76 100644
(file)
--- 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)) {
-
error
stream << "TextureSource::generateImage "
+
info
stream << "TextureSource::generateImage "
<< part_of_name << " size npot2 x=" << dim.Width
<< " y=" << dim.Height << std::endl;
}