chore: Rename Graph to EditorGraph
Signed-off-by: Michael Pollind <mpollind@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ namespace ScriptCanvasEditor
|
||||
|
||||
namespace Helpers
|
||||
{
|
||||
static AZStd::string ConnectionToText(ScriptCanvasEditor::Graph* graph, ScriptCanvas::Endpoint& from, ScriptCanvas::Endpoint& to)
|
||||
static AZStd::string ConnectionToText(ScriptCanvasEditor::EditorGraph* graph, ScriptCanvas::Endpoint& from, ScriptCanvas::Endpoint& to)
|
||||
{
|
||||
AZ_Assert(graph, "A valid graph must be provided");
|
||||
|
||||
@@ -653,7 +653,7 @@ namespace ScriptCanvasEditor
|
||||
|
||||
#define RegisterState(stateName) m_states.emplace_back(new stateName(this));
|
||||
|
||||
EditorGraphUpgradeMachine::EditorGraphUpgradeMachine(Graph* graph)
|
||||
EditorGraphUpgradeMachine::EditorGraphUpgradeMachine(EditorGraph* graph)
|
||||
: m_graph(graph)
|
||||
{
|
||||
RegisterState(Start);
|
||||
|
||||
Reference in New Issue
Block a user