Skip to content

Commit ddfbf91

Browse files
committed
Renaming
1 parent 4446a4d commit ddfbf91

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_sprite/src/render

1 file changed

+1
-1
lines changed

crates/bevy_sprite/src/render/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ pub fn prepare_sprites(
437437
start = end;
438438
}
439439
} else {
440-
// We skip loading images
440+
// Skip this item if the texture is not ready
441441
continue;
442442
}
443443
}

0 commit comments

Comments
 (0)