Merge branch 'master' into thesis/2019/camera-paths

# Conflicts:
#	src/navigation/navigationhandler.cpp
This commit is contained in:
Emma Broman
2021-06-23 16:31:14 +02:00
112 changed files with 1007 additions and 519 deletions

View File

@@ -154,7 +154,7 @@ void OpenSpaceEngine::registerPathTokens() {
using T = std::string;
for (const std::pair<const T, T>& path : global::configuration->pathTokens) {
std::string fullKey = "${" + path.first + "}";
LDEBUG(fmt::format("Registering path {}: {}", fullKey, path.second));
LDEBUG(fmt::format("Registering path '{}': '{}'", fullKey, path.second));
const bool overrideBase = (fullKey == "${BASE}");
if (overrideBase) {