[*] Update threading.cpp again (We are 4 years behind)

This commit is contained in:
Reece Wilson 2024-06-19 22:10:28 +01:00
parent db5a7cf8ed
commit a7b124025f

View File

@ -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;