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 8b60580 commit b9f0c00Copy full SHA for b9f0c00
Assets/MRTK/SDK/Features/Utilities/ConstraintExecOrderComparer.cs
@@ -19,7 +19,7 @@ internal class ConstraintExecOrderComparer : IComparer<TransformConstraint>
19
/// Returns > 0 if y should be executed first.
20
/// Returns = 0 if they are of equivalent execution priority.
21
/// </returns>
22
- internal virtual int Compare(TransformConstraint x, TransformConstraint y)
+ public virtual int Compare(TransformConstraint x, TransformConstraint y)
23
{
24
return x.ExecutionPriority - y.ExecutionPriority;
25
}
0 commit comments