Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
demos/atb-agg: fix off-by-one bug in weights calculation
Currently the text disappears when changing the secondary weight to zero, due to weights being [0, 0, 256, 0, 0] overflowing to [0, 0, 0, 0, 0].
- Loading branch information