Fix inspector preview

Remove script preview to inspector dock
This commit is contained in:
Guilherme Felipe
2018-10-05 16:16:55 -03:00
parent f5a77f7bdd
commit a9ec69663f
4 changed files with 11 additions and 5 deletions

View File

@ -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);