mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-23 16:32:31 +00:00
fix mod file loading order for mod dev mode
Some checks failed
Build coop / build-linux (push) Has been cancelled
Build coop / build-steamos (push) Has been cancelled
Build coop / build-windows-opengl (push) Has been cancelled
Build coop / build-windows-directx (push) Has been cancelled
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled
Some checks failed
Build coop / build-linux (push) Has been cancelled
Build coop / build-steamos (push) Has been cancelled
Build coop / build-windows-opengl (push) Has been cancelled
Build coop / build-windows-directx (push) Has been cancelled
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled
This commit is contained in:
parent
61d0435311
commit
3af22e641f
1 changed files with 3 additions and 0 deletions
|
|
@ -556,6 +556,9 @@ bool mod_refresh_files(struct Mod* mod) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// set loading order
|
||||||
|
mod_set_loading_order(mod);
|
||||||
|
|
||||||
// update cache
|
// update cache
|
||||||
for (int i = 0; i < mod->fileCount; i++) {
|
for (int i = 0; i < mod->fileCount; i++) {
|
||||||
struct ModFile* file = &mod->files[i];
|
struct ModFile* file = &mod->files[i];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue