summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.h
diff options
context:
space:
mode:
authorYuri Sizov <yuris@humnom.net>2021-11-02 14:35:15 +0300
committerYuri Sizov <yuris@humnom.net>2021-11-02 14:35:15 +0300
commit67cbca341a995ac641086df598720796da698b02 (patch)
treec9587209264fe66183454fe47cec40cbdf4e152c /editor/editor_properties.h
parent87727f70ed5316253407e4435a1ea1fb379d1b80 (diff)
downloadredot-engine-67cbca341a995ac641086df598720796da698b02.tar.gz
Add a flag to EditorResourcePicker to differentiate selection contexts
Diffstat (limited to 'editor/editor_properties.h')
-rw-r--r--editor/editor_properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_properties.h b/editor/editor_properties.h
index 9a687f1a72..6b07efb068 100644
--- a/editor/editor_properties.h
+++ b/editor/editor_properties.h
@@ -657,7 +657,7 @@ class EditorPropertyResource : public EditorProperty {
bool updating_theme = false;
bool opened_editor = false;
- void _resource_selected(const RES &p_resource);
+ void _resource_selected(const RES &p_resource, bool p_edit);
void _resource_changed(const RES &p_resource);
void _viewport_selected(const NodePath &p_path);