Code/Framework/AzManipulatorTestFramework

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-08-20 17:55:54 -07:00
parent 4efaafeb96
commit ece541b79f
@@ -71,7 +71,7 @@ namespace UnitTest
// callback to update the manipulator's current position
linearManipulator->InstallMouseMoveCallback(
[this, linearManipulator](const AzToolsFramework::LinearManipulator::Action& action)
[linearManipulator](const AzToolsFramework::LinearManipulator::Action& action)
{
linearManipulator->SetLocalPosition(action.LocalPosition());
});