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