Skip to content

Commit 93c51f8

Browse files
committed
xrGame: fix Windows build
1 parent 26bc17f commit 93c51f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xrGame/xrGame.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ BOOL APIENTRY DllMain(HANDLE hModule, u32 ul_reason_for_call, LPVOID lpReserved)
6868
{
6969
case DLL_PROCESS_ATTACH:
7070
{
71-
load();
71+
load(0, nullptr, nullptr);
7272
break;
7373
}
7474

7575
case DLL_PROCESS_DETACH:
7676
{
77-
unload()
77+
unload();
7878
break;
7979
}
8080
}

0 commit comments

Comments
 (0)