summaryrefslogtreecommitdiff
path: root/editor/plugins/tiles/tile_atlas_view.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-01-23 16:03:35 +0100
committerGitHub <noreply@github.com>2022-01-23 16:03:35 +0100
commita673e18d348ac863b2f5af1e25e557759dea56a9 (patch)
tree9a02bccbae4ef082325801a6a4264e94f93fa7a6 /editor/plugins/tiles/tile_atlas_view.h
parentc3d28ffa742298d7e00d0a08251ae97870e3ad88 (diff)
parent98692d68c3e7f3cc2a4697edfc827703b5018c36 (diff)
Merge pull request #57080 from KoBeWi/ULTIMATER_PANNING
Diffstat (limited to 'editor/plugins/tiles/tile_atlas_view.h')
-rw-r--r--editor/plugins/tiles/tile_atlas_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/tiles/tile_atlas_view.h b/editor/plugins/tiles/tile_atlas_view.h
index 6832ad3238..37ef7d6a2a 100644
--- a/editor/plugins/tiles/tile_atlas_view.h
+++ b/editor/plugins/tiles/tile_atlas_view.h
@@ -67,7 +67,7 @@ private:
virtual void gui_input(const Ref<InputEvent> &p_event) override;
Ref<ViewPanner> panner;
- void _scroll_callback(Vector2 p_scroll_vec);
+ void _scroll_callback(Vector2 p_scroll_vec, bool p_alt);
void _pan_callback(Vector2 p_scroll_vec);
void _zoom_callback(Vector2 p_scroll_vec, Vector2 p_origin, bool p_alt);