Removed releasePostDebugSession debug tool config param.

This commit is contained in:
Nav
2023-05-25 00:17:31 +01:00
parent 2c489c7320
commit 8e3f56b348
3 changed files with 0 additions and 20 deletions

View File

@@ -149,13 +149,6 @@ namespace Bloom
}
this->name = StringService::asciiToLower(debugToolNode["name"].as<std::string>());
if (debugToolNode["releasePostDebugSession"]) {
this->releasePostDebugSession = debugToolNode["releasePostDebugSession"].as<bool>(
this->releasePostDebugSession
);
}
this->debugToolNode = debugToolNode;
}