make ImguiModule safe to unload
This commit is contained in:
@@ -191,7 +191,7 @@ namespace Archimedes {
|
||||
}
|
||||
}
|
||||
|
||||
std::cout << "Successfully unloaded module: " << name << std::endl << "runOrder.empty(): " << runOrder.empty() << std::endl;
|
||||
std::cout << "Successfully unloaded module: " << name << std::endl;
|
||||
}
|
||||
|
||||
virtual void printHelp() = 0;
|
||||
|
||||
Reference in New Issue
Block a user