Skip to content

Commit 220b744

Browse files
committed
ci
1 parent b07c44d commit 220b744

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_pbr/src/transmission

1 file changed

+1
-1
lines changed

crates/bevy_pbr/src/transmission/phase.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub struct Transmissive3d {
3333

3434
impl PhaseItem for Transmissive3d {
3535
/// For now, automatic batching is disabled for transmissive items because their rendering is
36-
/// split into multiple steps depending on [`ScreenSpaceTransmission::screen_space_specular_transmission_steps`],
36+
/// split into multiple steps depending on [`crate::ScreenSpaceTransmission::screen_space_specular_transmission_steps`],
3737
/// which the batching system doesn't currently know about.
3838
///
3939
/// Having batching enabled would cause the same item to be drawn multiple times across different

0 commit comments

Comments
 (0)