Closed bgottula closed 1 year ago
It's a simple array indexing bug. The log message accesses the last element in an array, but the array is pre-allocated before the loop so the last element is zero until the final iteration.
It's a simple array indexing bug. The log message accesses the last element in an array, but the array is pre-allocated before the loop so the last element is zero until the final iteration.