more fixes for Gems
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -441,8 +441,8 @@ namespace EMotionFX
|
||||
|
||||
void SimulatedJointWidget::UpdateDetailsView(const QItemSelection& selected, const QItemSelection& deselected)
|
||||
{
|
||||
AZ_UNUSED(selected)
|
||||
AZ_UNUSED(deselected)
|
||||
AZ_UNUSED(selected);
|
||||
AZ_UNUSED(deselected);
|
||||
|
||||
const SimulatedObjectModel* model = m_plugin->GetSimulatedObjectModel();
|
||||
const QItemSelectionModel* selectionModel = model->GetSelectionModel();
|
||||
|
||||
Reference in New Issue
Block a user