Fix atomics for tuples

This commit is contained in:
gingerBill
2025-08-05 12:31:57 +01:00
parent a675784999
commit accdd7c2af
+1 -1
View File
@@ -255,7 +255,7 @@ struct TypeProc {
Slice<Entity *> variables; /* Entity_Variable */ \ Slice<Entity *> variables; /* Entity_Variable */ \
i64 * offsets; \ i64 * offsets; \
BlockingMutex mutex; /* for settings offsets */ \ BlockingMutex mutex; /* for settings offsets */ \
bool are_offsets_being_processed; \ std::atomic<bool> are_offsets_being_processed; \
bool are_offsets_set; \ bool are_offsets_set; \
bool is_packed; \ bool is_packed; \
}) \ }) \