diff options
| author | poke1024 | 2018-02-28 18:51:30 +0100 |
|---|---|---|
| committer | poke1024 | 2018-02-28 18:58:20 +0100 |
| commit | b90810ce8eec07b4333074c9217a242b129f8d27 (patch) | |
| tree | 4d1b6ecfa401a90c9f2d33ac01c764b24e019f67 /modules/gridmap/grid_map_editor_plugin.h | |
| parent | 3d03bcd0636aacfe530c52fc1cdc32c2edffea04 (diff) | |
| download | godot-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.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 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; |
