Skip to content

Commit 0bbb716

Browse files
committed
Fix error
1 parent edbbe60 commit 0bbb716

File tree

1 file changed

+1
-1
lines changed
  • Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor

1 file changed

+1
-1
lines changed

Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/TypeSearch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static IEnumerable<Type> GetTypes (Type baseType)
2727
return GetTypesUsingTypeCache(baseType);
2828
}
2929
#else
30-
return GetTypesWithGeneric(baseType);
30+
return GetTypesUsingTypeCache(baseType);
3131
#endif
3232
}
3333

0 commit comments

Comments
 (0)