updated to borderless fullscreen in order to work

This commit is contained in:
Hartmut Seichter 2022-12-14 13:21:44 +01:00
parent b033c796d8
commit 09abd228f7
2 changed files with 2 additions and 1 deletions

View file

@ -34,6 +34,7 @@ fn main() {
width: 1280.0,
height: 720.0,
present_mode: PresentMode::AutoVsync,
mode: WindowMode::BorderlessFullscreen,
..default()
},
..default()