mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 00:08:51 -05:00
Fix abstract type drawing
This commit is contained in:
parent
9cb68fb6ed
commit
945dc0bad9
@ -35,7 +35,7 @@ namespace TriInspector.Utilities
|
||||
|
||||
public static bool IsTypeSerializable(Type type, bool allowCollections = true)
|
||||
{
|
||||
if (type == typeof(object) || type.IsAbstract || type.IsInterface)
|
||||
if (type == typeof(object) || type.IsInterface)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user