From a7b124025fc5d0d2338f9826ecda95005a698a7d Mon Sep 17 00:00:00 2001 From: Jamie Reece Wilson Date: Wed, 19 Jun 2024 22:10:28 +0100 Subject: [PATCH] [*] Update threading.cpp again (We are 4 years behind) --- lib/common/threading.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/threading.cpp b/lib/common/threading.cpp index 3869eb19..1f3a16eb 100644 --- a/lib/common/threading.cpp +++ b/lib/common/threading.cpp @@ -90,7 +90,7 @@ extern "C" if (thread.handle) { auto handle = reinterpret_cast(thread.handle); - handle->Exit(); + handle->Terminate(); Aurora::Threading::Threads::ThreadDestroy(handle); } return 0;