Skip to content

Commit

Permalink
docs: fix example compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure authored Mar 14, 2024
1 parent 7f1cfa4 commit 5f5e258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fn create_streams(
mut images: ResMut<Assets<Image>>,
stream_uris: Res<StreamUris>,
) {
RTSP_URIS.iter()
stream_uris.0.iter()
.enumerate()
.for_each(|(index, descriptor)| {
let mut image = Image {
Expand Down

0 comments on commit 5f5e258

Please sign in to comment.