renderer/metal: disable dirty tracking temporarily

While #1731 is not fixed.
This commit is contained in:
Mitchell Hashimoto
2024-05-07 07:26:59 -07:00
parent 4c39739a26
commit c2c8660c62

View File

@ -929,6 +929,9 @@ pub fn updateFrame(
if (v > 0) break :rebuild true;
}
// Temporary while: https://github.com/mitchellh/ghostty/issues/1731
if (true) break :rebuild true;
break :rebuild false;
};