Skip to content

Commit

Permalink
Remove scale factor override
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Apr 18, 2024
1 parent aad5f82 commit 1ce9b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn main() {
.add_plugins(EmbeddedAssetPlugin::default())
.add_plugins(DefaultPlugins.set(WindowPlugin {
primary_window: Some(Window {
resolution: WindowResolution::new(504., 896.).with_scale_factor_override(1.2),
resolution: WindowResolution::new(504., 896.),
title: "Dual-N-Back".to_string(),
..default()
}),
Expand Down

0 comments on commit 1ce9b70

Please sign in to comment.