Skip to content

Commit f87f770

Browse files
committed
Window fix
1 parent 3767a26 commit f87f770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub fn main() {
2828
primary_window: Some(Window {
2929
title: NAME.to_owned(),
3030
#[cfg(not(debug_assertions))]
31-
mode: bevy::window::WindowMode::Fullscreen,
31+
mode: bevy::window::WindowMode::BorderlessFullscreen(MonitorSelection::Current),
3232
#[cfg(debug_assertions)]
3333
mode: bevy::window::WindowMode::Windowed,
3434
..default()

0 commit comments

Comments
 (0)