diff options
author | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2018-10-05 16:16:55 -0300 |
---|---|---|
committer | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2018-10-07 10:41:56 -0300 |
commit | a9ec69663fd23ab15e5211588fb0fcf56bf2c7f9 (patch) | |
tree | cefcb12eb6bb3a1e39c521d23b2dfd8bc1a7fd9c /editor/editor_properties.h | |
parent | f5a77f7bdd6d59f32f7d9aad81dabc5733221275 (diff) |
Fix inspector preview
Remove script preview to inspector dock
Diffstat (limited to 'editor/editor_properties.h')
-rw-r--r-- | editor/editor_properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_properties.h b/editor/editor_properties.h index 18e70345aa..35d8f4d306 100644 --- a/editor/editor_properties.h +++ b/editor/editor_properties.h @@ -548,7 +548,7 @@ class EditorPropertyResource : public EditorProperty { void _file_selected(const String &p_path); void _menu_option(int p_which); - void _resource_preview(const String &p_path, const Ref<Texture> &p_preview, ObjectID p_obj); + void _resource_preview(const String &p_path, const Ref<Texture> &p_preview, const Ref<Texture> &p_small_preview, ObjectID p_obj); void _resource_selected(); void _viewport_selected(const NodePath &p_path); |