aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorWilson E. Alvarez2017-08-12 12:52:50 -0400
committerWilson E. Alvarez2017-08-12 15:12:49 -0400
commit428f03cf06d3841b2a593f46aa42912ef5c82f3c (patch)
treec006361e19c5ecbc02534496f936d1a4a5ad6ef3 /editor/editor_node.h
parent5052cb2b9104f57d0ff38d80da50bbeceb926e6f (diff)
downloadgodot-428f03cf06d3841b2a593f46aa42912ef5c82f3c.tar.gz
godot-428f03cf06d3841b2a593f46aa42912ef5c82f3c.tar.zst
godot-428f03cf06d3841b2a593f46aa42912ef5c82f3c.zip
Updated function argument names
Diffstat (limited to '')
-rw-r--r--editor/editor_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index a440aaa1e..a46f09c25 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -581,7 +581,7 @@ private:
void _update_top_menu_visibility();
void _update_layouts_menu();
- void _layout_menu_option(int p_idx);
+ void _layout_menu_option(int p_id);
void _toggle_search_bar(bool p_pressed);
void _clear_search_box();