mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05:00
fix mod resources not being updated when a mod is enabled at runtime
This commit is contained in:
parent
152f90cf67
commit
9fb5051f80
1 changed files with 1 additions and 0 deletions
|
@ -316,6 +316,7 @@ Result<> Mod::Impl::loadBinary() {
|
|||
});
|
||||
|
||||
Loader::get()->updateAllDependencies();
|
||||
Loader::get()->updateResources();
|
||||
|
||||
GEODE_UNWRAP(this->enable());
|
||||
|
||||
|
|
Loading…
Reference in a new issue