Cleanup: Mutable Span in geom compare

Data is only accessed but variable is of type MutableSpan unlike `sorted_to_values1`.

Pull Request: https://projects.blender.org/blender/blender/pulls/142224
This commit is contained in:
Mattias Fredriksson
2025-07-17 16:59:56 +02:00
committed by Hans Goudey
parent 11e423f7ef
commit 50ec3cb2d4

View File

@@ -284,7 +284,7 @@ static bool update_set_ids(MutableSpan<int> set_ids,
const Span<T> values1,
const Span<T> values2,
const Span<int> sorted_to_values1,
MutableSpan<int> sorted_to_values2,
const Span<int> sorted_to_values2,
const float threshold,
const int component_i)
{