From bc8aa30ac55157640c835752103b07bfcc2d42ad Mon Sep 17 00:00:00 2001 From: Evolvedexperiment Date: Sat, 9 Nov 2019 17:48:00 +0000 Subject: [PATCH] Fix for 3d heightmap --- modules/ui/heightmap-editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ui/heightmap-editor.js b/modules/ui/heightmap-editor.js index 73d163a6..95a174c6 100644 --- a/modules/ui/heightmap-editor.js +++ b/modules/ui/heightmap-editor.js @@ -1211,7 +1211,6 @@ function editHeightmap() { +canvas.dataset.hovered > 2 ? tip("") : tip("Left mouse to change angle, middle mouse or mousewheel to zoom, right mouse to pan. R to toggle rotation"); canvas.dataset.hovered = (+canvas.dataset.hovered|0) + 1; }; - show3dOptions(); $("#preview3d").dialog({ title: "3D Preview", resizable: true,