Correction to last commit

This commit is contained in:
2014-06-25 04:22:14 +10:00
parent df1c400420
commit d411e1548c
4 changed files with 5 additions and 5 deletions

View File

@@ -1344,7 +1344,7 @@ static int distribute_threads_init_data(ParticleThread *threads, Scene *scene, D
}
if (orig_index) {
BLI_qsort_r(particle_element, totpart, sizeof(int), orig_index, distribute_compare_orig_index);
BLI_qsort_r(particle_element, totpart, sizeof(int), distribute_compare_orig_index, orig_index);
}
}