mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
Fixed resolver proiority to choose data backed first.
This commit is contained in:
parent
3e8d8ed3a6
commit
c39dda0701
@ -29,7 +29,7 @@ namespace XNodeEditor.Odin
|
||||
}
|
||||
}
|
||||
|
||||
[ResolverPriority( 10 )]
|
||||
[ResolverPriority( 15 )]
|
||||
public class DynamicPortListBackedResolver<TList, TElement> : StrongListPropertyResolver<TList, TElement>
|
||||
where TList : IList<TElement>
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user