Skip to content

Commit

Permalink
remove thread
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirteenAG committed Jun 28, 2024
1 parent 8a4d2db commit 8df9d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/IVLodLights/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ extern "C" __declspec(dllexport) void InitializeASI()
static std::once_flag flag;
std::call_once(flag, []()
{
std::thread([]() { CLODLightManager::IV::Init(); }).detach();
CLODLightManager::IV::Init();
});
}

Expand Down

0 comments on commit 8df9d68

Please sign in to comment.