file save finished, not tested
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
@@ -829,12 +829,12 @@ namespace ScriptCanvasEditor
|
||||
NodePaletteModel::NodePaletteModel()
|
||||
: m_paletteId(AZ::Entity::MakeId())
|
||||
{
|
||||
UpgradeNotifications::Bus::Handler::BusConnect();
|
||||
UpgradeNotificationsBus::Handler::BusConnect();
|
||||
}
|
||||
|
||||
NodePaletteModel::~NodePaletteModel()
|
||||
{
|
||||
UpgradeNotifications::Bus::Handler::BusDisconnect();
|
||||
UpgradeNotificationsBus::Handler::BusDisconnect();
|
||||
|
||||
DisconnectLambdas();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user