1786015773
This commit is contained in:
@@ -86,11 +86,11 @@ impl Platform for Trekstor {
|
||||
|
||||
dbg!(x, y, px);
|
||||
|
||||
ctx.screen.framebuffer.set_pixel(
|
||||
x,
|
||||
y,
|
||||
Color::from((px.r(), px.b(), px.b(), px.a())),
|
||||
);
|
||||
// ctx.screen.framebuffer.set_pixel(
|
||||
// x,
|
||||
// y,
|
||||
// Color::from((px.r(), px.b(), px.b(), px.a())),
|
||||
// );
|
||||
}
|
||||
ctx.screen.flush();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user