Skip to content

Commit b457804

Browse files
committed
Fixing the unit tests.
1 parent 2f0be3b commit b457804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm-splats/tests/web.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn test_radix_sort_gaussians_indexes() {
4242
let sorted_idx = test_data.get_sorted_idx();
4343

4444
let result =
45-
radix_sort_gaussians_indexes(&positions, &model_view, texture_width, count).unwrap();
45+
radix_sort_gaussians_indexes(&positions, &model_view, count).unwrap();
4646

4747
check_uint32array(&result, sorted_idx.as_ref()).unwrap();
4848
}

0 commit comments

Comments
 (0)