mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 06:49:41 +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
|
thumbClickOffsetX = event.x - (sliderX + thumbX); // this should be the position of the mouse relative to the thumb
|
||||||
clickedOnSomething = true;
|
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) {
|
} else if (clickedOverlay == voxelTool) {
|
||||||
modeSwitchSound.play(0);
|
modeSwitchSound.play(0);
|
||||||
|
|
Loading…
Reference in a new issue