mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-16 00:41:18 -06:00
terminate ZoneScoped calls (required after Tracy update)
This commit is contained in:
@@ -449,7 +449,7 @@ std::vector<std::string> ScriptEngine::allLuaFunctions() const {
|
||||
}
|
||||
|
||||
nlohmann::json ScriptEngine::generateJson() const {
|
||||
ZoneScoped
|
||||
ZoneScoped;
|
||||
|
||||
nlohmann::json json;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user