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 4389ad1 commit df3e8fbCopy full SHA for df3e8fb
Assets/MRTK/SDK/Features/Utilities/ConstraintUtils.cs
@@ -33,7 +33,7 @@ internal static void AddWithPriority(ref List<TransformConstraint> constraintLis
33
constraintList.Add(constraint);
34
return;
35
}
36
- else if(comparer.Compare(constraintList[0], constraint) > 0)
+ else if (comparer.Compare(constraintList[0], constraint) > 0)
37
{
38
constraintList.Insert(0, constraint);
39
0 commit comments