mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Bugfixing a crash due to wrong decoding
This commit is contained in:
@@ -79,7 +79,7 @@ public:
|
||||
}
|
||||
|
||||
void decode(std::string& s) {
|
||||
s = decode<std::string>();
|
||||
s = decode();
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user