We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556b66f commit b69e43bCopy full SHA for b69e43b
Development/Editor/Plugin/WE/YDFont/DllMain.cpp
@@ -7,7 +7,6 @@ BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID pReserved)
7
if (reason == DLL_PROCESS_ATTACH)
8
{
9
::DisableThreadLibraryCalls(module);
10
- MessageBox(0, 0, 0, 0);
11
g_fontptr.reset(new FontManager(base::path::self().parent_path()));
12
}
13
else if (reason == DLL_PROCESS_DETACH)
0 commit comments