Skip to content
Snippets Groups Projects
Verified Commit c84a4cf2 authored by Louis's avatar Louis :fire:
Browse files

Fix missing web inner mod

parent 5baaab03
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment