Integrating latest 47acbe8
This commit is contained in:
@@ -236,7 +236,7 @@ namespace GraphCanvas
|
||||
StyleNotificationBus::Event(GetEntityId(), &StyleNotificationBus::Events::OnStyleChanged);
|
||||
}
|
||||
|
||||
void StylingComponent::OnRemovedFromScene([[maybe_unused]] const AZ::EntityId& scene)
|
||||
void StylingComponent::OnRemovedFromScene(const AZ::EntityId& /*scene*/)
|
||||
{
|
||||
SceneNotificationBus::Handler::BusDisconnect();
|
||||
}
|
||||
@@ -265,4 +265,4 @@ namespace GraphCanvas
|
||||
m_saveData = (*saveData);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user