mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 06:53:10 +02:00
disable debug pick plane
This commit is contained in:
parent
f5d9dd82d9
commit
8c306b8428
1 changed files with 1 additions and 1 deletions
|
@ -791,7 +791,7 @@ SelectionDisplay = (function() {
|
|||
var activeTool = null;
|
||||
var handleTools = {};
|
||||
|
||||
var debugPickPlaneEnabled = true;
|
||||
var debugPickPlaneEnabled = false;
|
||||
var debugPickPlane = Overlays.addOverlay("shape", {
|
||||
shape: "Quad",
|
||||
alpha: 0.25,
|
||||
|
|
Loading…
Reference in a new issue