Skip to content

Commit 8fb38b9

Browse files
Fix Eden Project crash.
1 parent 5db35ba commit 8fb38b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/DivaModLoader/Context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ void Context::init()
8888
StrArray::init();
8989
SpriteLoader::init();
9090
DatabaseLoader::init();
91-
PvLoader::init();
9291

9392
INSTALL_HOOK(WinMain);
9493
}
9594

9695
void Context::postInit()
9796
{
9897
CodeLoader::postInit();
98+
PvLoader::init();
9999
}

0 commit comments

Comments
 (0)