mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-06 19:39:56 -05:00
OS X now doesn't crash for volumes
- Fixed a few warnings
This commit is contained in:
@@ -81,9 +81,9 @@ OpenSpaceEngine* OpenSpaceEngine::_engine = nullptr;
|
||||
|
||||
OpenSpaceEngine::OpenSpaceEngine(std::string programName)
|
||||
: _commandlineParser(programName, true)
|
||||
, _inputCommand(false)
|
||||
, _console(nullptr)
|
||||
, _syncBuffer(nullptr)
|
||||
, _syncBuffer(nullptr)
|
||||
, _inputCommand(false)
|
||||
, _console(nullptr)
|
||||
{
|
||||
// initialize OpenSpace helpers
|
||||
SpiceManager::initialize();
|
||||
|
||||
Reference in New Issue
Block a user