Fix wrong log-class for debug message
This commit is contained in:
parent
08fb433923
commit
ff3efaee93
@ -736,9 +736,9 @@ public:
|
|||||||
if (!found) {
|
if (!found) {
|
||||||
bin = new TreeBin();
|
bin = new TreeBin();
|
||||||
bin->texture = mat->get_tree_texture();
|
bin->texture = mat->get_tree_texture();
|
||||||
SG_LOG(SG_INPUT, SG_DEBUG, "Tree texture " << bin->texture);
|
SG_LOG(SG_TERRAIN, SG_DEBUG, "Tree texture " << bin->texture);
|
||||||
bin->teffect = mat->get_tree_effect();
|
bin->teffect = mat->get_tree_effect();
|
||||||
SG_LOG(SG_INPUT, SG_DEBUG, "Tree effect " << bin->teffect);
|
SG_LOG(SG_TERRAIN, SG_DEBUG, "Tree effect " << bin->teffect);
|
||||||
bin->range = mat->get_tree_range();
|
bin->range = mat->get_tree_range();
|
||||||
bin->width = mat->get_tree_width();
|
bin->width = mat->get_tree_width();
|
||||||
bin->height = mat->get_tree_height();
|
bin->height = mat->get_tree_height();
|
||||||
|
Loading…
Reference in New Issue
Block a user