mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 04:10:11 +02:00
editVoxels reformat
This commit is contained in:
parent
956fe71d34
commit
1c89d8f3ed
1 changed files with 255 additions and 255 deletions
|
@ -878,7 +878,7 @@ function mousePressEvent(event) {
|
|||
thumbClickOffsetX = event.x - (sliderX + thumbX); // this should be the position of the mouse relative to the thumb
|
||||
clickedOnSomething = true;
|
||||
|
||||
Overlays.editOverlay(thumb, { imageURL: toolIconUrl + "voxel-size-slider-handle.svg", });
|
||||
//Overlays.editOverlay(thumb, { imageURL: toolIconUrl + "voxel-size-slider-handle.svg", });
|
||||
|
||||
} else if (clickedOverlay == voxelTool) {
|
||||
modeSwitchSound.play(0);
|
||||
|
|
Loading…
Reference in a new issue