mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-21 19:41:23 +01:00
Fix for 3d heightmap
This commit is contained in:
parent
d635e799f6
commit
bc8aa30ac5
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue