diff --git a/game_core/src/system/web.rs b/game_core/src/system/web.rs index 23a311c5a765e42f6a7b103bc128a67d9efc044f..44c5d488716d1c129b6b5f6fb48d2354a12a4668 100644 --- a/game_core/src/system/web.rs +++ b/game_core/src/system/web.rs @@ -12,7 +12,7 @@ mod __plugin { pub struct WebPlugin; impl Plugin for WebPlugin { fn build(&self, app: &mut App) { - app.add_startup_system(inner::handle_startup_fullscreen) + app.add_startup_system(handle_startup_fullscreen) .add_system_to_stage( CoreStage::First, micro_bevy_web_utils::bevy::emit_touch_events,