Skip to content

Commit

Permalink
Fix Eden Project crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueskythlikesclouds committed Jul 2, 2024
1 parent 5db35ba commit 8fb38b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DivaModLoader/Context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ void Context::init()
StrArray::init();
SpriteLoader::init();
DatabaseLoader::init();
PvLoader::init();

INSTALL_HOOK(WinMain);
}

void Context::postInit()
{
CodeLoader::postInit();
PvLoader::init();
}

0 comments on commit 8fb38b9

Please sign in to comment.