More fixes
This commit is contained in:
+2
-2
@@ -40,8 +40,8 @@ pub const DoubleBuffer = struct {
|
||||
}
|
||||
|
||||
pub fn deinit(self: *@This(), gpa: Allocator) void {
|
||||
gpa.free(self.display);
|
||||
gpa.free(self.write);
|
||||
gpa.free(self.a);
|
||||
gpa.free(self.b);
|
||||
}
|
||||
|
||||
pub fn frame(self: *@This(), loc: Point, size: Rect) SubMatrix(Cell) {
|
||||
|
||||
Reference in New Issue
Block a user