[*] Update threading.cpp again (We are 4 years behind)
This commit is contained in:
parent
db5a7cf8ed
commit
a7b124025f
@ -90,7 +90,7 @@ extern "C"
|
||||
if (thread.handle)
|
||||
{
|
||||
auto handle = reinterpret_cast<Aurora::Threading::Threads::IAuroraThread*>(thread.handle);
|
||||
handle->Exit();
|
||||
handle->Terminate();
|
||||
Aurora::Threading::Threads::ThreadDestroy(handle);
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user