Skip to content

Commit 6d1c19c

Browse files
committed
Push missing line
1 parent cba4f57 commit 6d1c19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Il2CppInterop.Runtime/Extensions/Il2CppSystemTypeExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static Type FromSystemType(System.Type systemType)
5555
[RequiresUnreferencedCode("")]
5656
public System.Type ToSystemType()
5757
{
58-
if (type.IsTypeDefinition)
58+
if (IsTypeDefinition(type))
5959
{
6060
return GetSystemTypeDefinition(type);
6161
}

0 commit comments

Comments
 (0)