fixed sorting of HSV and made helper subroutines for them
This commit is contained in:
parent
9457630531
commit
39b27c90e9
2 changed files with 2 additions and 1 deletions
|
|
@ -209,6 +209,7 @@ var franz = {
|
|||
franz.qsort(array, begin, pivot);
|
||||
franz.qsort(array, pivot+1, end);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue