diff options
Diffstat (limited to 'core/_preload.odin')
| -rw-r--r-- | core/_preload.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/_preload.odin b/core/_preload.odin index 8924bf87c..a2c1ebe3d 100644 --- a/core/_preload.odin +++ b/core/_preload.odin @@ -169,7 +169,7 @@ Context :: struct #ordered { user_index: int, } -thread_local __context: Context; +#thread_local __context: Context; DEFAULT_ALIGNMENT :: align_of([vector 4]f32); |