1786016202
This commit is contained in:
@@ -79,15 +79,15 @@ impl Platform for Trekstor {
|
||||
// break;
|
||||
// }
|
||||
|
||||
// let x = (i % window_width as usize) as u32;
|
||||
// let y = (i / window_width as usize) as u32;
|
||||
let x = (i % window_width as usize) as u32;
|
||||
let y = (i / window_width as usize) as u32;
|
||||
|
||||
// // if x >= window_width || y >= window_height {
|
||||
// // println!("Out of bounds {} {}", x, y);
|
||||
// // continue;
|
||||
// // }
|
||||
|
||||
// dbg!(x, y, px);
|
||||
dbg!(x, y, px);
|
||||
|
||||
// // ctx.screen.framebuffer.set_pixel(
|
||||
// // x,
|
||||
|
||||
Reference in New Issue
Block a user