1
0
Fork 0

src/Instrumentation/HUD/HUD.cxx: removed unnecessary newline in SG_LOG() text.

This commit is contained in:
Julian Smith 2020-06-20 16:06:49 +01:00
parent b35bf51fa0
commit eddd042dbf

View file

@ -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) {