mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Fix OpenSpaceTest
This commit is contained in:
@@ -53,8 +53,7 @@ namespace {
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
std::vector<std::string> args;
|
||||
std::string glVersion;
|
||||
openspace::OpenSpaceEngine::create(argc, argv, args, glVersion);
|
||||
openspace::OpenSpaceEngine::create(argc, argv, args);
|
||||
|
||||
|
||||
//LogManager::initialize(LogManager::LogLevel::Debug);
|
||||
|
||||
Reference in New Issue
Block a user