file save finished, not tested
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -148,7 +148,7 @@ namespace ScriptCanvasEditor
|
||||
, m_assetModel(assetModel)
|
||||
, m_categorizer(nodePaletteModel)
|
||||
{
|
||||
UpgradeNotifications::Bus::Handler::BusConnect();
|
||||
UpgradeNotificationsBus::Handler::BusConnect();
|
||||
|
||||
if (m_assetModel)
|
||||
{
|
||||
@@ -166,7 +166,7 @@ namespace ScriptCanvasEditor
|
||||
|
||||
AzFramework::AssetCatalogEventBus::Handler::BusDisconnect();
|
||||
AZ::Data::AssetBus::MultiHandler::BusDisconnect();
|
||||
UpgradeNotifications::Bus::Handler::BusDisconnect();
|
||||
UpgradeNotificationsBus::Handler::BusDisconnect();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user