mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 08:19:51 -05:00
Restored missing global::create call to tests app
This commit is contained in:
+2
-1
@@ -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