1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Reload cached resources in runtime on file reimport

This commit is contained in:
Michael Alexsander
2024-10-31 18:17:44 -03:00
parent b00e1cbf74
commit 81cb7658f8
4 changed files with 24 additions and 3 deletions

View File

@@ -198,6 +198,8 @@ private:
void _video_mem_request();
void _video_mem_export();
void _resources_reimported(const PackedStringArray &p_resources);
int _get_node_path_cache(const NodePath &p_path);
int _get_res_path_cache(const String &p_path);