Fix error
This commit is contained in:
@@ -27,7 +27,7 @@ namespace MackySoft.SerializeReferenceExtensions.Editor
|
|||||||
return GetTypesUsingTypeCache(baseType);
|
return GetTypesUsingTypeCache(baseType);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
return GetTypesWithGeneric(baseType);
|
return GetTypesUsingTypeCache(baseType);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user