aboutsummaryrefslogtreecommitdiff
path: root/modules/gridmap/grid_map_editor_plugin.h
diff options
context:
space:
mode:
authorpoke10242018-02-28 18:51:30 +0100
committerHein-Pieter van Braam2018-03-28 21:11:38 +0200
commitdfb739aff0d46c40c0be2e9c7bbb7d0e4f5c9052 (patch)
tree2ad994e9476eebd24f1c092e583c7d1c58ef8c3f /modules/gridmap/grid_map_editor_plugin.h
parent89bff17cd2e5c199198adfaa09cf6bf08336c67c (diff)
downloadgodot-dfb739aff0d46c40c0be2e9c7bbb7d0e4f5c9052.tar.gz
godot-dfb739aff0d46c40c0be2e9c7bbb7d0e4f5c9052.tar.zst
godot-dfb739aff0d46c40c0be2e9c7bbb7d0e4f5c9052.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) (cherry picked from commit b90810ce8eec07b4333074c9217a242b129f8d27)
Diffstat (limited to 'modules/gridmap/grid_map_editor_plugin.h')
-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;