From 533ba63c82d21dbd21551970200ebc5b81d237f1 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 26 Mar 2024 13:06:39 +0000 Subject: Fix #3327 #3204 #3200 --- src/types.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.cpp') 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; -- cgit v1.2.3