mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 19:10:07 +02:00
Set snapToGrid to default to false
This commit is contained in:
parent
a4cc12e448
commit
16e3887cbc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Grid = function(opts) {
|
|||
var minorGridWidth = 0.5;
|
||||
var majorGridWidth = 1.5;
|
||||
|
||||
var snapToGrid = true;
|
||||
var snapToGrid = false;
|
||||
|
||||
var gridOverlay = Overlays.addOverlay("grid", {
|
||||
position: { x: 0 , y: 0, z: 0 },
|
||||
|
|
Loading…
Reference in a new issue