fix: pixel counter workies now

This commit is contained in:
Noa Aarts 2024-10-04 19:34:00 +02:00
parent 9350e6bc63
commit b47b2967bd
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -210,6 +210,7 @@ where
};
println!("setting pixel {},{} to {}", x, y, c);
set_pixel_rgba(self.grids.as_ref(), canvas, x, y, c);
increment_counter();
return Ok(());
}