diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-02-28 22:19:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-28 22:19:49 +0100 |
commit | 8df449100a3f9dde511d05087bef60a07fadefde (patch) | |
tree | 24420e2077e9ed36b68f0e424ad75732a2014e7b /modules/gridmap/grid_map_editor_plugin.h | |
parent | 77e8cb2655e877c2e2da7bc8f3b87b184fef5fb3 (diff) | |
parent | b90810ce8eec07b4333074c9217a242b129f8d27 (diff) | |
download | redot-engine-8df449100a3f9dde511d05087bef60a07fadefde.tar.gz |
Merge pull request #17111 from poke1024/fix16524
Fix grid mesh tile touch pad bug (issue 16524)
Diffstat (limited to 'modules/gridmap/grid_map_editor_plugin.h')
-rw-r--r-- | modules/gridmap/grid_map_editor_plugin.h | 1 |
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 9651770528..f79d9aefa0 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; |