Skip to content

Commit

Permalink
fix broken example
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Dec 18, 2020
1 parent 050a499 commit ba06914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/asset/custom_asset_io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fn main() {
// asset system are initialized correctly.
group.add_before::<bevy::asset::AssetPlugin, _>(CustomAssetIoPlugin)
})
.add_startup_system(setup)
.add_startup_system(setup.system())
.run();
}

Expand Down

0 comments on commit ba06914

Please sign in to comment.