Clean data/scene folder; remove lodesritest and restructure lodglobes folders

Fix various issues in mod files
Remove backslash from file paths in StringProperty
This commit is contained in:
Alexander Bock
2016-12-09 10:21:17 +01:00
parent 2a3b532745
commit b3be4180de
155 changed files with 141 additions and 1677 deletions

View File

@@ -1016,7 +1016,7 @@ void OpenSpaceEngine::mouseButtonCallback(MouseButton button, MouseAction action
#ifdef OPENSPACE_MODULE_ONSCREENGUI_ENABLED
if (_gui->isEnabled()) {
const bool isConsumed = _gui->mouseButtonCallback(button, action);
if (isConsumed && action != MouseAction::Release)
if (isConsumed /*&& action != MouseAction::Release*/)
return;
}
#endif