fix linux build error
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -70,11 +70,8 @@ namespace ScriptCanvasEditor
|
||||
{
|
||||
EditorGraphRequests* editorGraphRequests = EditorGraphRequestBus::FindFirstHandler(scriptCanvasId);
|
||||
editorGraphRequests->CreateGraphCanvasScene();
|
||||
|
||||
AZ::EntityId graphCanvasSceneId = editorGraphRequests->GetGraphCanvasGraphId();
|
||||
|
||||
m_graphicsView->SetScene(graphCanvasSceneId);
|
||||
|
||||
m_scriptCanvasId = scriptCanvasId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user