src/Instrumentation/HUD/HUD.cxx: removed unnecessary newline in SG_LOG() text.
This commit is contained in:
parent
b35bf51fa0
commit
eddd042dbf
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ int HUD::load(const char *file, float x, float y, int level, const string& inden
|
|||
}
|
||||
|
||||
if (!level) {
|
||||
SG_LOG(SG_INPUT, TREE, endl << "load " << file);
|
||||
SG_LOG(SG_INPUT, TREE, "load " << file);
|
||||
_items.erase(_items.begin(), _items.end());
|
||||
_ladders.erase(_ladders.begin(), _ladders.end());
|
||||
} else if (level > MAXNEST) {
|
||||
|
|
Loading…
Add table
Reference in a new issue