mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Fixed a typo which caused a build error
This commit is contained in:
@@ -68,7 +68,7 @@ std::string formatJson(T value) {
|
||||
return escapedJson(value);
|
||||
}
|
||||
else if constexpr (std::is_same_v<T, ghoul::Dictionary>) {
|
||||
return return ghoul::formatJson(value);
|
||||
return ghoul::formatJson(value);
|
||||
}
|
||||
else if constexpr (internal::isGlmVector<T>()) {
|
||||
std::string values;
|
||||
|
||||
Reference in New Issue
Block a user