From 7b9aa7a64c08de3fa67508ac8916ecb7db352d3b Mon Sep 17 00:00:00 2001 From: Gene Payne Date: Fri, 18 Dec 2020 11:12:22 -0700 Subject: [PATCH] Restored missing global::create call to tests app --- tests/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/main.cpp b/tests/main.cpp index 11e7afe2d8..c8ab41328a 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -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(