fix: pixel counter workies now
This commit is contained in:
parent
9350e6bc63
commit
b47b2967bd
1 changed files with 1 additions and 0 deletions
|
|
@ -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(());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue