mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Misc code cleanup
This commit is contained in:
@@ -89,7 +89,7 @@ pub fn window_builder<E>(
|
||||
..
|
||||
} = native_options;
|
||||
|
||||
let mut window_builder = ViewportBuilder::new("")
|
||||
let mut window_builder = egui::ViewportBuilder::new("")
|
||||
.with_title(title)
|
||||
.with_decorations(*decorated)
|
||||
.with_fullscreen(*fullscreen)
|
||||
|
||||
Reference in New Issue
Block a user