1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

-Make sure scenes properly update when switching tabs, even if sub-instances changed. Fixes #3201

This commit is contained in:
Juan Linietsky
2016-01-14 11:06:20 -03:00
parent e2be837520
commit 4248c84e20
7 changed files with 37 additions and 5 deletions

View File

@@ -725,7 +725,8 @@ Error ResourceInteractiveLoaderBinary::poll(){
}
} else {
path=res_path;
if (!ResourceCache::has(res_path))
path=res_path;
}
uint64_t offset = internal_resources[s].offset;