From 17498c28c637c54445b9929f61af5bebed918463 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Fri, 5 Jun 2015 01:45:15 +0200 Subject: [PATCH] Minor cleanups --- include/openspace/scripting/scriptengine.h | 2 +- src/engine/openspaceengine.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/openspace/scripting/scriptengine.h b/include/openspace/scripting/scriptengine.h index f1f2e79754..e8aa0e0c52 100644 --- a/include/openspace/scripting/scriptengine.h +++ b/include/openspace/scripting/scriptengine.h @@ -92,7 +92,7 @@ private: lua_State* _state; std::set _registeredLibraries; - + //sync variables std::mutex _mutex; std::vector _queuedScripts; diff --git a/src/engine/openspaceengine.cpp b/src/engine/openspaceengine.cpp index 6264d9db7c..a1547d463a 100644 --- a/src/engine/openspaceengine.cpp +++ b/src/engine/openspaceengine.cpp @@ -484,7 +484,6 @@ void OpenSpaceEngine::runSettingsScripts() { runScripts(scripts); } - void OpenSpaceEngine::loadFonts() { sgct_text::FontManager::FontPath local = sgct_text::FontManager::FontPath::FontPath_Local;