This reverts commit 020c38a891
because it
leads to glitches when selecting text.
https://github.com/zed-industries/zed/assets/1185253/78c2c184-bc15-4b04-8c80-a23ca5c96afa
Release Notes:
- N/A
This commit is contained in:
parent
8fed9aaec2
commit
2940a0ebd8
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ impl MetalRenderer {
|
|||
command_buffer.commit();
|
||||
self.sprite_atlas.clear_textures(AtlasTextureKind::Path);
|
||||
|
||||
command_buffer.wait_until_scheduled();
|
||||
command_buffer.wait_until_completed();
|
||||
drawable.present();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue