mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 01:04:00 +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) {
|
function makeClickHandler(hand) {
|
||||||
return function (clicked) {
|
return function (clicked) {
|
||||||
print("DBACK TEST makeClickHandler " + hand + " " + clicked);
|
|
||||||
// Don't allow both hands to trigger at the same time
|
// Don't allow both hands to trigger at the same time
|
||||||
if (that.triggered() && hand !== that.triggeredHand) {
|
if (that.triggered() && hand !== that.triggeredHand) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue