Skip to content

Commit

Permalink
wipnowait
Browse files Browse the repository at this point in the history
  • Loading branch information
Mefiresu committed Sep 1, 2024
1 parent 3a21dcf commit 5b29585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RSDKv5/RSDK/Core/ModAPI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ void SortMods();
void LoadModSettings();
void ApplyModChanges();

bool32 ScanModFolder(ModInfo *info, const char *targetFile = nullptr, bool32 fromLoadMod = false, bool32 loadingBar = true);
inline void RefreshModFolders(bool32 versionOnly = false, bool32 loadingBar = true)
bool32 ScanModFolder(ModInfo *info, const char *targetFile = nullptr, bool32 fromLoadMod = false, bool32 loadingBar = false);
inline void RefreshModFolders(bool32 versionOnly = false, bool32 loadingBar = false)
{
SortMods();
for (int32 m = 0; m < modList.size(); ++m) {
Expand Down

0 comments on commit 5b29585

Please sign in to comment.