undo rename for easier rebase
This commit is contained in:
parent
4bcab8ad67
commit
339eee14f6
4 changed files with 22 additions and 22 deletions
|
|
@ -22,7 +22,7 @@ pub type Coordinate = u16;
|
|||
pub static COUNTER: AtomicU64 = AtomicU64::new(0);
|
||||
|
||||
fn set_pixel_rgba(
|
||||
grids: &[grid::FlutGrid<u32>],
|
||||
grids: &[grid::Flut<u32>],
|
||||
canvas: Canvas,
|
||||
x: Coordinate,
|
||||
y: Coordinate,
|
||||
|
|
@ -34,7 +34,7 @@ fn set_pixel_rgba(
|
|||
}
|
||||
|
||||
fn get_pixel(
|
||||
grids: &[grid::FlutGrid<u32>],
|
||||
grids: &[grid::Flut<u32>],
|
||||
canvas: Canvas,
|
||||
x: Coordinate,
|
||||
y: Coordinate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue