From 072e379ffe7f0d8adc2ac0eb700abfd7c27d8278 Mon Sep 17 00:00:00 2001 From: "Wilson E. Alvarez" Date: Thu, 14 Sep 2017 13:49:11 -0400 Subject: Renamed function arguments to keep them consistent between declaration and implementation --- editor/plugins/canvas_item_editor_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/plugins/canvas_item_editor_plugin.h') diff --git a/editor/plugins/canvas_item_editor_plugin.h b/editor/plugins/canvas_item_editor_plugin.h index 2e1a2eac5f..df9a55bc16 100644 --- a/editor/plugins/canvas_item_editor_plugin.h +++ b/editor/plugins/canvas_item_editor_plugin.h @@ -315,7 +315,7 @@ class CanvasItemEditor : public VBoxContainer { void _prepare_drag(const Point2 &p_click_pos); DragType _get_anchor_handle_drag_type(const Point2 &p_click, Vector2 &r_point); - float _anchor_snap(float anchor, bool *snapped = NULL, float p_opposite_anchor = -1); + float _anchor_snap(float p_anchor, bool *p_snapped = NULL, float p_opposite_anchor = -1); Vector2 _anchor_to_position(Control *p_control, Vector2 anchor); Vector2 _position_to_anchor(Control *p_control, Vector2 position); -- cgit v1.2.3