mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-07 02:16:34 +00:00
Revert "renderer/metal: free resources when occluded"
This reverts commit b5d543705d
.
This commit is contained in:
@@ -250,9 +250,6 @@ fn drainMailbox(self: *Thread) !void {
|
||||
// Set our visible state
|
||||
self.flags.visible = v;
|
||||
|
||||
// Set it on the renderer
|
||||
try self.renderer.setVisible(v);
|
||||
|
||||
// If we became visible then we immediately trigger a draw.
|
||||
// We don't need to update frame data because that should
|
||||
// still be happening.
|
||||
|
Reference in New Issue
Block a user