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 9cf91d4 commit 4389ad1Copy full SHA for 4389ad1
Assets/MRTK/SDK/Features/Utilities/ConstraintUtils.cs
@@ -28,7 +28,7 @@ internal static void AddWithPriority(ref List<TransformConstraint> constraintLis
28
return;
29
}
30
31
- if(constraintList.Count == 0 || comparer.Compare(constraintList[constraintList.Count-1], constraint) < 0)
+ if (constraintList.Count == 0 || comparer.Compare(constraintList[constraintList.Count-1], constraint) < 0)
32
{
33
constraintList.Add(constraint);
34
0 commit comments