We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a675784 commit accdd7cCopy full SHA for accdd7c
src/types.cpp
@@ -255,7 +255,7 @@ struct TypeProc {
255
Slice<Entity *> variables; /* Entity_Variable */ \
256
i64 * offsets; \
257
BlockingMutex mutex; /* for settings offsets */ \
258
- bool are_offsets_being_processed; \
+ std::atomic<bool> are_offsets_being_processed; \
259
bool are_offsets_set; \
260
bool is_packed; \
261
}) \
0 commit comments