Skip to content

Commit

Permalink
Fix SolverExampleManager to use both left and right interactors (#11736)
Browse files Browse the repository at this point in the history
* Add sample hand menu to DwellExample (fix #11727)

* Revert "Add sample hand menu to DwellExample (fix #11727)"

This reverts commit d73af8f.

* Fix #11728

(cherry picked from commit e93b459)
  • Loading branch information
shaynie committed Jul 23, 2023
1 parent 2bd2ab6 commit 2486776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private void RefreshSolverHandler()
}
if (RightInteractor != null)
{
handler.LeftInteractor = RightInteractor;
handler.RightInteractor = RightInteractor;
}
}
}
Expand Down

0 comments on commit 2486776

Please sign in to comment.