1786013386
This commit is contained in:
@@ -94,10 +94,10 @@ impl Trekstor {
|
|||||||
dbg!("Rendering");
|
dbg!("Rendering");
|
||||||
renderer.render(&mut buffer1, self.ctx.screen.width() as usize);
|
renderer.render(&mut buffer1, self.ctx.screen.width() as usize);
|
||||||
|
|
||||||
self.ctx
|
// self.ctx
|
||||||
.screen
|
// .screen
|
||||||
.fill_contiguous(&self.ctx.screen.rect(), buffer1)
|
// .fill_contiguous(&self.ctx.screen.rect(), buffer1)
|
||||||
.ok();
|
// .ok();
|
||||||
});
|
});
|
||||||
|
|
||||||
self.ctx.screen.flush();
|
self.ctx.screen.flush();
|
||||||
|
|||||||
Reference in New Issue
Block a user