diff options
Diffstat (limited to 'core/io/resource_uid.h')
-rw-r--r-- | core/io/resource_uid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/resource_uid.h b/core/io/resource_uid.h index 22561c5c03..e56b89f603 100644 --- a/core/io/resource_uid.h +++ b/core/io/resource_uid.h @@ -73,7 +73,7 @@ public: String get_id_path(ID p_id) const; void remove_id(ID p_id); - Error load_from_cache(); + Error load_from_cache(bool p_reset); Error save_to_cache(); Error update_cache(); |