add file state for graphs
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
+1
-4
@@ -716,10 +716,7 @@ namespace ScriptCanvasEditor
|
||||
void GraphVariablesModel::SetActiveScene(const ScriptCanvas::ScriptCanvasId& scriptCanvasId)
|
||||
{
|
||||
ScriptCanvas::GraphVariableManagerNotificationBus::Handler::BusDisconnect();
|
||||
|
||||
m_assetType = AZ::Data::AssetType::CreateNull();
|
||||
ScriptCanvas::GraphRequestBus::EventResult(m_assetType, scriptCanvasId, &ScriptCanvas::GraphRequests::GetAssetType);
|
||||
|
||||
m_assetType = azrtti_typeid<ScriptCanvasAsset>();
|
||||
m_scriptCanvasId = scriptCanvasId;
|
||||
|
||||
if (m_scriptCanvasId.IsValid())
|
||||
|
||||
Reference in New Issue
Block a user