We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e5ff9 commit 4ddc3d4Copy full SHA for 4ddc3d4
1 file changed
NodeNetwork/NNViewRegistrar.cs
@@ -52,7 +52,7 @@ public static void RegisterToLocator(Action<Func<object>, Type> newRegisterActio
52
_registerAction = newRegisterAction;
53
foreach (var t in PendingRegistrations)
54
{
55
- _registerAction(t.Item1, t.GetType());
+ _registerAction(t.Item1, t.Item2);
56
}
57
PendingRegistrations.Clear();
58
0 commit comments