aboutsummaryrefslogtreecommitdiff
path: root/modules/gridmap/grid_map_editor_plugin.h
diff options
context:
space:
mode:
authorpoke10242018-02-28 18:51:30 +0100
committerpoke10242018-02-28 18:58:20 +0100
commitb90810ce8eec07b4333074c9217a242b129f8d27 (patch)
tree4d1b6ecfa401a90c9f2d33ac01c764b24e019f67 /modules/gridmap/grid_map_editor_plugin.h
parent3d03bcd0636aacfe530c52fc1cdc32c2edffea04 (diff)
downloadgodot-b90810ce8eec07b4333074c9217a242b129f8d27.tar.gz
godot-b90810ce8eec07b4333074c9217a242b129f8d27.tar.zst
godot-b90810ce8eec07b4333074c9217a242b129f8d27.zip
Fix grid mesh tile panning bug (issue 16524)
Fix basic function and interference of touch pad pan with mesh tile delete (shift + right click on touch pad) in grid map editor (fix 16524)
Diffstat (limited to '')
-rw-r--r--modules/gridmap/grid_map_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gridmap/grid_map_editor_plugin.h b/modules/gridmap/grid_map_editor_plugin.h
index 965177052..f79d9aefa 100644
--- a/modules/gridmap/grid_map_editor_plugin.h
+++ b/modules/gridmap/grid_map_editor_plugin.h
@@ -76,6 +76,7 @@ class GridMapEditor : public VBoxContainer {
Panel *panel;
MenuButton *options;
SpinBox *floor;
+ double accumulated_floor_delta;
ToolButton *mode_thumbnail;
ToolButton *mode_list;
HBoxContainer *spatial_editor_hb;