feedback from PR

This commit is contained in:
greerdv
2021-04-21 10:55:05 +01:00
parent 2d1ba34f8c
commit 496891b4c0
3 changed files with 7 additions and 5 deletions
@@ -232,7 +232,7 @@ namespace AZ
return m_configuration;
}
void MeshComponentController::OnTransformChanged([[maybe_unused]] const AZ::Transform& local, [[maybe_unused]] const AZ::Transform& world)
void MeshComponentController::OnTransformChanged(const AZ::Transform& /*local*/, const AZ::Transform& world)
{
if (m_meshFeatureProcessor)
{