mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:24:22 +02:00
Fix cursor not working when change dominant hand
This commit is contained in:
parent
44b365df6d
commit
2cd6f7fd54
1 changed files with 2 additions and 1 deletions
|
@ -233,7 +233,8 @@
|
|||
getIntersection = side === LEFT_HAND ? rightInputs.intersection : leftInputs.intersection;
|
||||
|
||||
|
||||
function setHand(side) {
|
||||
function setHand(newSide) {
|
||||
side = newSide;
|
||||
toolIcon.setHand(otherHand(side));
|
||||
toolsMenu.setHand(side);
|
||||
createPalette.setHand(side);
|
||||
|
|
Loading…
Reference in a new issue