GCC Support for Linux
Updates and fixes to support GCC for Linux Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com> Co-authored-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
This commit is contained in:
@@ -328,7 +328,7 @@ namespace ScriptCanvasEditor
|
||||
{
|
||||
if (sm->m_assetSanitizationSet.find(currentIter->first) == sm->m_assetSanitizationSet.end())
|
||||
{
|
||||
currentIter->second = {};
|
||||
currentIter->second = ScriptEvents::ScriptEventsAssetPtr{};
|
||||
currentIter = graph->GetGraphData()->m_scriptEventAssets.erase(currentIter);
|
||||
sm->m_graphNeedsDirtying = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user