mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-08 20:50:19 -06:00
Restored missing global::create call to tests app
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
int main(int argc, char** argv) {
|
||||
using namespace openspace;
|
||||
ghoul::initialize();
|
||||
|
||||
global::create();
|
||||
|
||||
// Register the path of the executable,
|
||||
// to make it possible to find other files in the same directory.
|
||||
FileSys.registerPathToken(
|
||||
|
||||
Reference in New Issue
Block a user