1786013386

This commit is contained in:
2026-08-06 12:49:46 +02:00
parent 8b62c96271
commit 3f0719e479

View File

@@ -94,10 +94,10 @@ impl Trekstor {
dbg!("Rendering");
renderer.render(&mut buffer1, self.ctx.screen.width() as usize);
self.ctx
.screen
.fill_contiguous(&self.ctx.screen.rect(), buffer1)
.ok();
// self.ctx
// .screen
// .fill_contiguous(&self.ctx.screen.rect(), buffer1)
// .ok();
});
self.ctx.screen.flush();