@@ -98,7 +98,7 @@ int main(int argc, char *argv[]) {
std::function<void(int, uint32_t *)> addTo = [&target](int start,
uint32_t *arr) {
for (int c = 0; c < 3; c++) {
arr[c] += target.pixels[start + c].i >> SHIFT_AMOUNT;
arr[c] += target.pixels[start + c];
}
};
The note is not visible to the blocked user.