Removed releasePostDebugSession debug tool config param.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user