Fix cursor not working when change dominant hand

This commit is contained in:
David Rowe 2017-09-04 12:59:05 +12:00
parent 44b365df6d
commit 2cd6f7fd54

View file

@ -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);