Merge branch 'high-level-redesign' of https://git.tebibyte.media/cyborg/cyborg into high-level-redesign

This commit is contained in:
mars 2022-07-21 13:40:51 -06:00
commit 62bb5c620c
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ impl Application {
let screen_desc = egui_wgpu_backend::ScreenDescriptor { let screen_desc = egui_wgpu_backend::ScreenDescriptor {
physical_width: self.config.width, physical_width: self.config.width,
physical_height: self.config.height, physical_height: self.config.height,
scale_factor: 1.0, // TODO ??? scale_factor: self.egui_ctx.pixels_per_point(),
}; };
self.egui_rp self.egui_rp