You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user