1786016202

This commit is contained in:
2026-08-06 13:36:42 +02:00
parent d271e102b4
commit b30a29ee5b

View File

@@ -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,