mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-13 06:43:35 +00:00
Correct atomic usage
This commit is contained in:
@@ -250,7 +250,7 @@ bool entity_has_deferred_procedure(Entity *e) {
|
||||
}
|
||||
|
||||
|
||||
gb_global std::atomic<u64> global_entity_id = 0;
|
||||
gb_global std::atomic<u64> global_entity_id;
|
||||
|
||||
Entity *alloc_entity(EntityKind kind, Scope *scope, Token token, Type *type) {
|
||||
gbAllocator a = permanent_allocator();
|
||||
|
||||
Reference in New Issue
Block a user