mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
using immutable thread_local on variable declarations
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@ Context :: struct #ordered {
|
||||
user_index: int,
|
||||
}
|
||||
|
||||
#thread_local __context: Context;
|
||||
thread_local __context: Context;
|
||||
|
||||
|
||||
DEFAULT_ALIGNMENT :: align_of([vector 4]f32);
|
||||
|
||||
Reference in New Issue
Block a user