Fix inspector preview
Remove script preview to inspector dock
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user