diff options
Diffstat (limited to 'editor/asset_library_editor_plugin.h')
-rw-r--r-- | editor/asset_library_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/asset_library_editor_plugin.h b/editor/asset_library_editor_plugin.h index 8b68677b6c..fa768ec96a 100644 --- a/editor/asset_library_editor_plugin.h +++ b/editor/asset_library_editor_plugin.h @@ -112,7 +112,7 @@ class EditorAssetLibraryItemDescription : public ConfirmationDialog { Ref<Texture> icon; void _link_click(const String &p_url); - void _preview_click(int p_index); + void _preview_click(int p_id); protected: void _notification(int p_what); |