mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-31 07:10:28 -04:00
fix downloaded resources not being applied
This commit is contained in:
parent
3594ef6320
commit
dae71d584c
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ void InternalLoader::downloadLoaderResources(IndexUpdateCallback callback) {
|
|||
ghc::filesystem::remove(tempResourcesZip);
|
||||
} catch(...) {}
|
||||
|
||||
Loader::get()->updateResources();
|
||||
|
||||
if (callback) callback(
|
||||
UpdateStatus::Finished,
|
||||
"Resources updated",
|
||||
|
|
Loading…
Add table
Reference in a new issue