mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
handle trigger off in controller mapping
This commit is contained in:
parent
cd1c114807
commit
9deb9744c6
1 changed files with 2 additions and 0 deletions
|
@ -188,6 +188,8 @@ function makeTriggerHandler(hand) {
|
|||
handleClickedOverlay(overlayIntersection);
|
||||
}
|
||||
}
|
||||
} else if (triggered && (value < TRIGGER_OFF_VALUE)) {
|
||||
triggered = false;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue