OS X now doesn't crash for volumes

- Fixed a few warnings
This commit is contained in:
Jonas Strandstedt
2014-11-05 17:11:27 +01:00
parent 673e0014be
commit f85e18dc18
24 changed files with 212 additions and 93 deletions
+3 -3
View File
@@ -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();