Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Jul 14, 2022
1 parent 29d076d commit fdf09f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_sprite/src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ pub fn prepare_sprites(
start = end;
}
} else {
// We skip loading images
// Skip this item if the texture is not ready
continue;
}
}
Expand Down

0 comments on commit fdf09f3

Please sign in to comment.