Repair upgrade notification after bad automatic merge
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -386,15 +386,6 @@ namespace ScriptCanvasEditor
|
||||
AzFramework::AssetCatalogEventBus::Handler::BusDisconnect();
|
||||
}
|
||||
|
||||
void ScriptCanvasRootPaletteTreeItem::OnUpgradeComplete()
|
||||
{
|
||||
ConnectLambdas();
|
||||
|
||||
AzFramework::AssetCatalogEventBus::Handler::BusConnect();
|
||||
|
||||
TraverseTree();
|
||||
}
|
||||
|
||||
void ScriptCanvasRootPaletteTreeItem::OnUpgradeCancelled()
|
||||
{
|
||||
if (!AzFramework::AssetCatalogEventBus::Handler::BusIsConnected())
|
||||
|
||||
Reference in New Issue
Block a user