222
This commit is contained in:
parent
517b5f947d
commit
ca9f19d7c7
|
|
@ -873,7 +873,6 @@ int squirrel::Timer_STL(uint32_t v)
|
|||
break; }
|
||||
case 1: {
|
||||
DWORD threadID;
|
||||
std::cout << Time_STL[Name].Name << std::endl;
|
||||
CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)TimeSTL, &Time_STL[Name], 0, &threadID);
|
||||
break; }
|
||||
case 2:
|
||||
|
|
|
|||
Loading…
Reference in New Issue