mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-23 04:30:15 -06:00
Merge branch 'master' into thesis/2019/camera-paths
# Conflicts: # src/navigation/navigationhandler.cpp
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user