mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-08 12:39:49 -06:00
Move FileSystem initialization into ghoul::initialize
This commit is contained in:
Submodule ext/ghoul updated: 03983ed78e...eb66778e0a
@@ -157,7 +157,6 @@ bool OpenSpaceEngine::create(
|
||||
LogMgr.addLog(new ConsoleLog);
|
||||
|
||||
LDEBUG("Initialize FileSystem");
|
||||
ghoul::filesystem::FileSystem::initialize();
|
||||
|
||||
#ifdef __APPLE__
|
||||
ghoul::filesystem::File app(argv[0]);
|
||||
|
||||
Reference in New Issue
Block a user