Revert the commit that broke Zed display capabilities (#7326)
This commit is contained in:
parent
06674a21f9
commit
1ab0af2fa3
5 changed files with 37 additions and 50 deletions
|
@ -282,6 +282,8 @@ impl PlatformWindow for TestWindow {
|
|||
unimplemented!()
|
||||
}
|
||||
|
||||
fn invalidate(&self) {}
|
||||
|
||||
fn draw(&self, _scene: &crate::Scene) {}
|
||||
|
||||
fn sprite_atlas(&self) -> sync::Arc<dyn crate::PlatformAtlas> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue