-Make sure scenes properly update when switching tabs, even if sub-instances changed. Fixes #3201
This commit is contained in:
parent
e2be837520
commit
4248c84e20
7 changed files with 37 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue