Skip to content

Commit

Permalink
去掉测试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Mar 8, 2014
1 parent 556b66f commit b69e43b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Development/Editor/Plugin/WE/YDFont/DllMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID pReserved)
if (reason == DLL_PROCESS_ATTACH)
{
::DisableThreadLibraryCalls(module);
MessageBox(0, 0, 0, 0);
g_fontptr.reset(new FontManager(base::path::self().parent_path()));
}
else if (reason == DLL_PROCESS_DETACH)
Expand Down

0 comments on commit b69e43b

Please sign in to comment.