mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 10:19:06 +02:00
uncomment
This commit is contained in:
parent
f8ff0da901
commit
1a46366557
1 changed files with 0 additions and 1 deletions
|
@ -762,7 +762,6 @@ function MyController(hand) {
|
||||||
};
|
};
|
||||||
|
|
||||||
this.overlayLineOff = function() {
|
this.overlayLineOff = function() {
|
||||||
return;
|
|
||||||
if (this.overlayLine !== null) {
|
if (this.overlayLine !== null) {
|
||||||
Overlays.deleteOverlay(this.overlayLine);
|
Overlays.deleteOverlay(this.overlayLine);
|
||||||
print('REMOVING OVERLAY LINE' + this.overlayLine)
|
print('REMOVING OVERLAY LINE' + this.overlayLine)
|
||||||
|
|
Loading…
Reference in a new issue