Clément Foucault
c2ef2daa2c
Fix: DRW: Out of bound index in PassSortable
...
This was caused by hair subpass growing the subpass
vector but not adding anything to the sorting_values_
vector. This means the indices that was return by
`sub_passes_.append_and_get_index` were dereferencing
the `sorting_values_` vector out of bounds on this line:
`float a_val = sorting_values_[a.index];`
2024-02-06 11:15:23 +01:00
..
2024-02-02 12:28:22 +01:00
2024-02-05 18:25:18 +01:00
2024-01-08 11:32:49 +11:00
2024-01-31 14:04:56 -05:00
2024-02-06 10:15:00 +01:00
2024-02-05 17:19:27 +01:00
2024-02-05 20:09:29 +01:00
2024-01-23 18:38:15 +01:00
2024-01-31 22:01:30 -05:00
2024-02-05 12:59:30 +01:00
2024-01-22 15:58:18 +01:00
2024-02-06 09:06:46 +01:00
2024-02-06 11:15:23 +01:00
2024-02-06 18:51:01 +11:00
2024-02-02 19:55:06 +01:00
2024-01-26 11:45:56 +01:00
2024-02-02 10:43:17 +11:00
2024-01-31 22:01:30 -05:00
2024-02-05 12:59:30 +01:00
2024-01-22 15:58:18 +01:00
2024-02-02 19:55:06 +01:00
2024-02-05 21:03:18 +01:00
2024-02-05 20:09:29 +01:00
2024-02-06 16:26:36 +11:00
2024-02-05 14:38:11 -05:00
2024-02-05 17:08:17 +01:00
2024-02-06 18:51:01 +11:00
2024-02-05 17:08:17 +01:00
2024-02-05 20:09:29 +01:00
2024-01-18 12:21:19 +01:00
2024-01-23 21:10:33 +01:00
2024-02-06 14:44:03 +11:00
2024-01-22 13:47:13 +01:00