fix: re-eanble differential updates in vaxis backend
This commit is contained in:
parent
ced45d50e4
commit
0707b52d8a
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ pub fn run(self: *Self) !void {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn render(self: *Self) !void {
|
pub fn render(self: *Self) !void {
|
||||||
self.vx.queueRefresh(); // FIXME: differential updates may break if we overflow the output buffer and get a WouldBlock
|
|
||||||
return self.vx.render();
|
return self.vx.render();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue