Fix typo
This commit is contained in:
parent
e9d6b30e88
commit
f56ec6d0a1
@ -27,5 +27,5 @@ public enum ENoMatchReason
|
|||||||
NestedTypeExclude,
|
NestedTypeExclude,
|
||||||
NestedTypeCount,
|
NestedTypeCount,
|
||||||
EventsInclude,
|
EventsInclude,
|
||||||
EventExclude
|
EventsExclude
|
||||||
}
|
}
|
@ -402,7 +402,7 @@ public class ReCodeItRemapper
|
|||||||
|
|
||||||
if (!types.Any())
|
if (!types.Any())
|
||||||
{
|
{
|
||||||
AllTypesFilteredOutFor(mapping, ENoMatchReason.EventExclude);
|
AllTypesFilteredOutFor(mapping, ENoMatchReason.EventsExclude);
|
||||||
mapping.TypeCandidates.UnionWith(types);
|
mapping.TypeCandidates.UnionWith(types);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user