fixed bug where resource path is properly exported

This commit is contained in:
Juan Linietsky
2014-06-30 01:28:05 -03:00
parent 7bb5693094
commit ff5a815523
2 changed files with 17 additions and 2 deletions

View File

@ -115,6 +115,9 @@ protected:
virtual void _resource_path_changed();
static void _bind_methods();
void _set_path(const String& p_path);
void _take_over_path(const String& p_path);
public:
virtual bool can_reload_from_file();