mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
Added missing space for a message logging of model geometry
Update Ghoul
This commit is contained in:
@@ -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