Skip to content

Commit

Permalink
brin
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 2, 2024
1 parent d5b6cb1 commit 5249ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_derive/src/bevy_main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub fn bevy_main(_attr: TokenStream, item: TokenStream) -> TokenStream {
TokenStream::from(quote! {
#[no_mangle]
#[cfg(target_os = "android")]
fn android_main(android_app: bevy::winit::android_activity::AndroidApp) {
fn android_main(android_app: bevy::window::android_activity::AndroidApp) {
let _ = bevy::window::ANDROID_APP.set(android_app);
main();
}
Expand Down

0 comments on commit 5249ab1

Please sign in to comment.