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 df3e8fb commit 3566ff0Copy full SHA for 3566ff0
Assets/MRTK/SDK/Features/Utilities/ConstraintUtils.cs
@@ -41,7 +41,7 @@ internal static void AddWithPriority(ref List<TransformConstraint> constraintLis
41
else
42
{
43
int idx = constraintList.BinarySearch(constraint, comparer);
44
- if(idx < 0)
+ if (idx < 0)
45
46
// idx will be the two's complement of the index of the
47
// next element that is "larger" than the given constraint.
0 commit comments