mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Default to fullscreen
This commit is contained in:
parent
140927cbe7
commit
391c9ecba5
@ -1380,7 +1380,7 @@ pub struct FullScreenSettings {
|
||||
impl Default for FullScreenSettings {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
mode: FullscreenMode::Borderless,
|
||||
resolution: [1920, 1080],
|
||||
bit_depth: None,
|
||||
|
Loading…
Reference in New Issue
Block a user