We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2142f commit 3a7fb87Copy full SHA for 3a7fb87
Assets/MixedRealityToolkit.SDK/Features/UX/Interactable/Scripts/TypeResolution/InteractableTypeFinder.cs
@@ -74,7 +74,7 @@ private static List<InteractableType> GetTypesFromCache(List<Type> types)
74
/// </remarks>
75
private static void EnsureCacheForTypes(List<Type> types, TypeRestriction typeRestriction)
76
{
77
- List<Type> cacheMisses = new List<Type>();
+ HashSet<Type> cacheMisses = new HashSet<Type>();
78
foreach (Type type in types)
79
80
if (!cache.ContainsKey(type))
0 commit comments