mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 18:51:17 -06:00
Added missing space for a message logging of model geometry
Update Ghoul
This commit is contained in:
Submodule ext/ghoul updated: 712da50047...03983ed78e
@@ -155,7 +155,7 @@ bool ModelGeometry::loadObj(const std::string& filename){
|
||||
// file for the next run
|
||||
}
|
||||
else {
|
||||
LINFO("Cache for Model'" << filename << "' not found");
|
||||
LINFO("Cache for Model '" << filename << "' not found");
|
||||
}
|
||||
LINFO("Loading Model file '" << filename << "'");
|
||||
bool success = loadModel(filename);
|
||||
|
||||
Reference in New Issue
Block a user