mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2025-12-30 15:50:55 -06:00
Prevent crash when trying to load a cluster configuration when not being part of the cluster
This commit is contained in:
@@ -30,7 +30,7 @@ project(OpenSpace)
|
||||
set(OPENSPACE_VERSION_MAJOR 0)
|
||||
set(OPENSPACE_VERSION_MINOR 20)
|
||||
set(OPENSPACE_VERSION_PATCH 0)
|
||||
set(OPENSPACE_VERSION_STRING "<dev>")
|
||||
set(OPENSPACE_VERSION_STRING "rc-1")
|
||||
|
||||
include(${PROJECT_SOURCE_DIR}/support/cmake/module_common.cmake)
|
||||
include(${PROJECT_SOURCE_DIR}/ext/ghoul/support/cmake/message_macros.cmake)
|
||||
|
||||
Submodule apps/OpenSpace/ext/sgct updated: 1be7e65ef1...afed86f624
@@ -251,6 +251,10 @@ void LuaConsole::initialize() {
|
||||
void LuaConsole::deinitialize() {
|
||||
ZoneScoped;
|
||||
|
||||
if (!FileSys.cacheManager()) {
|
||||
return;
|
||||
}
|
||||
|
||||
const std::filesystem::path filename = FileSys.cacheManager()->cachedFilename(
|
||||
HistoryFile,
|
||||
""
|
||||
|
||||
Reference in New Issue
Block a user