Skip to content

Commit b69e43b

Browse files
committed
去掉测试代码
1 parent 556b66f commit b69e43b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Development/Editor/Plugin/WE/YDFont/DllMain.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID pReserved)
77
if (reason == DLL_PROCESS_ATTACH)
88
{
99
::DisableThreadLibraryCalls(module);
10-
MessageBox(0, 0, 0, 0);
1110
g_fontptr.reset(new FontManager(base::path::self().parent_path()));
1211
}
1312
else if (reason == DLL_PROCESS_DETACH)

0 commit comments

Comments
 (0)