mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-21 23:05:20 +00:00
metal: setup the render loop, draw the background color
This commit is contained in:
@@ -54,7 +54,7 @@ pub const Object = struct {
|
||||
break :getter objc.sel(val);
|
||||
} else objc.sel(n);
|
||||
|
||||
self.msgSend(T, getter, .{});
|
||||
return self.msgSend(T, getter, .{});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user