mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 06:44:17 +02:00
This commit is contained in:
parent
7bf7663f09
commit
ad9ec26781
1 changed files with 0 additions and 1 deletions
|
@ -763,7 +763,6 @@ SelectionDisplay = (function() {
|
|||
}
|
||||
function makeClickHandler(hand) {
|
||||
return function (clicked) {
|
||||
print("DBACK TEST makeClickHandler " + hand + " " + clicked);
|
||||
// Don't allow both hands to trigger at the same time
|
||||
if (that.triggered() && hand !== that.triggeredHand) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue