This commit is contained in:
Lenheart 2022-04-06 14:40:50 +08:00
parent 517b5f947d
commit ca9f19d7c7
1 changed files with 0 additions and 1 deletions

View File

@ -873,7 +873,6 @@ int squirrel::Timer_STL(uint32_t v)
break; } break; }
case 1: { case 1: {
DWORD threadID; DWORD threadID;
std::cout << Time_STL[Name].Name << std::endl;
CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)TimeSTL, &Time_STL[Name], 0, &threadID); CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)TimeSTL, &Time_STL[Name], 0, &threadID);
break; } break; }
case 2: case 2: