Skip to content

Commit 6cb5cee

Browse files
committed
a
1 parent c4fe0ce commit 6cb5cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fn main() {
88
App::new()
99
.insert_resource(WinitSettings {
1010
focused_mode: UpdateMode::Continuous,
11-
..WinitSettings::mobile()
11+
unfocused_mode: UpdateMode::Continuous,
1212
})
1313
.add_plugins((
1414
DefaultPlugins.set(WindowPlugin {

0 commit comments

Comments
 (0)