mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove thread.init_context = context
This commit is contained in:
@@ -62,7 +62,6 @@ _create :: proc(procedure: Thread_Proc, priority := Thread_Priority.Normal) -> ^
|
|||||||
thread.procedure = procedure
|
thread.procedure = procedure
|
||||||
thread.win32_thread = win32_thread
|
thread.win32_thread = win32_thread
|
||||||
thread.win32_thread_id = win32_thread_id
|
thread.win32_thread_id = win32_thread_id
|
||||||
thread.init_context = context
|
|
||||||
|
|
||||||
ok := win32.SetThreadPriority(win32_thread, _thread_priority_map[priority])
|
ok := win32.SetThreadPriority(win32_thread, _thread_priority_map[priority])
|
||||||
assert(ok == true)
|
assert(ok == true)
|
||||||
|
|||||||
Reference in New Issue
Block a user