mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 22:51:28 +02:00
Fixed spaces added everywhere
This commit is contained in:
parent
6fcb802a94
commit
03d7fb147c
1 changed files with 92 additions and 92 deletions
|
@ -93,7 +93,7 @@ var editToolsOn = true; // starts out off
|
|||
|
||||
// previewAsVoxel - by default, we will preview adds/deletes/recolors as just 4 lines on the intersecting face. But if you
|
||||
// the preview to show a full voxel then set this to true and the voxel will be displayed for voxel editing
|
||||
var previewAsVoxel = true;
|
||||
var previewAsVoxel = false;
|
||||
|
||||
var voxelPreview = Overlays.addOverlay("cube", {
|
||||
position: { x: 0, y: 0, z: 0},
|
||||
|
|
Loading…
Reference in a new issue