mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
renderer/metal: disable dirty tracking temporarily
While #1731 is not fixed.
This commit is contained in:
@ -929,6 +929,9 @@ pub fn updateFrame(
|
|||||||
if (v > 0) break :rebuild true;
|
if (v > 0) break :rebuild true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Temporary while: https://github.com/mitchellh/ghostty/issues/1731
|
||||||
|
if (true) break :rebuild true;
|
||||||
|
|
||||||
break :rebuild false;
|
break :rebuild false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user