aboutsummaryrefslogtreecommitdiff
path: root/src/types.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-03-26 13:06:39 +0000
committergingerBill <bill@gingerbill.org>2024-03-26 13:06:39 +0000
commit533ba63c82d21dbd21551970200ebc5b81d237f1 (patch)
tree0d0cd7b2ecd87cee5275e92b3402e68a1324b52a /src/types.cpp
parent53b02c5e6fa4d5b500e1bd6cfae9399d6adaf798 (diff)
Fix #3327 #3204 #3200
Diffstat (limited to 'src/types.cpp')
-rw-r--r--src/types.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.cpp b/src/types.cpp
index c2358056b..6e63f56ed 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -145,6 +145,7 @@ struct TypeStruct {
i32 soa_count;
StructSoaKind soa_kind;
Wait_Signal fields_wait_signal;
+ BlockingMutex soa_mutex;
BlockingMutex offset_mutex; // for settings offsets
bool is_polymorphic;