You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add missing new function parameter.
This commit is contained in:
@@ -99,7 +99,7 @@ class AnimationLibraryEditor : public AcceptDialog {
|
||||
void _load_file(String p_path);
|
||||
|
||||
void _item_renamed();
|
||||
void _button_pressed(TreeItem *p_item, int p_column, int p_button);
|
||||
void _button_pressed(TreeItem *p_item, int p_column, int p_id, MouseButton p_button);
|
||||
|
||||
void _file_popup_selected(int p_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user