mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 23:12:16 +02:00
Merge pull request #16348 from sethalves/fix-snap-translate-actions
fix step translate actions
This commit is contained in:
commit
f7862a0556
1 changed files with 2 additions and 2 deletions
|
@ -335,8 +335,8 @@ namespace controller {
|
|||
makeAxisPair(Action::STEP_PITCH, "StepPitch"),
|
||||
makeAxisPair(Action::STEP_ROLL, "StepRoll"),
|
||||
makeAxisPair(Action::STEP_TRANSLATE_X, "StepTranslateX"),
|
||||
makeAxisPair(Action::STEP_TRANSLATE_X, "StepTranslateY"),
|
||||
makeAxisPair(Action::STEP_TRANSLATE_X, "StepTranslateZ"),
|
||||
makeAxisPair(Action::STEP_TRANSLATE_Y, "StepTranslateY"),
|
||||
makeAxisPair(Action::STEP_TRANSLATE_Z, "StepTranslateZ"),
|
||||
|
||||
makePosePair(Action::LEFT_HAND, "LeftHand"),
|
||||
makePosePair(Action::RIGHT_HAND, "RightHand"),
|
||||
|
|
Loading…
Reference in a new issue