We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de2c125 commit 35d2507Copy full SHA for 35d2507
Il2CppInterop.Generator/Passes/Pass50GenerateMethods.cs
@@ -66,7 +66,8 @@ public static void DoPass(RewriteGlobalContext context)
66
if (nextInstruction != null)
67
bodyBuilder.Append(nextInstruction);
68
69
- if (typeContext.ComputedTypeSpecifics != TypeRewriteContext.TypeSpecifics.BlittableStruct)
+ if (typeContext.ComputedTypeSpecifics != TypeRewriteContext.TypeSpecifics.BlittableStruct &&
70
+ typeContext.ComputedTypeSpecifics != TypeRewriteContext.TypeSpecifics.GenericBlittableStruct)
71
{
72
if (originalMethod.IsConstructor)
73
0 commit comments