diff --git a/src/lib.rs b/src/lib.rs index 03d1e8e..2b91971 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -316,7 +316,10 @@ impl PluginGroup for DefaultXrPlugins { ..default() }), #[cfg(target_os = "android")] - primary_window: None, // ? + primary_window: Some(Window { + present_mode: PresentMode::AutoNoVsync, + ..default() + }), #[cfg(target_os = "android")] exit_condition: bevy::window::ExitCondition::DontExit, #[cfg(target_os = "android")]