Skip to content

Commit

Permalink
Fix mismerge
Browse files Browse the repository at this point in the history
  • Loading branch information
djeedai committed Jul 8, 2024
1 parent a0bb146 commit 36ce111
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2691,6 +2691,8 @@ fn emit_binned_draw<T, F>(
let render_shader_source = &batches.render_shaders[draw_batch.group_index as usize];
trace!("Emit for group index #{}", draw_batch.group_index);

let alpha_mode = batches.alpha_mode;

#[cfg(feature = "trace")]
let _span_specialize = bevy::utils::tracing::info_span!("specialize").entered();
let render_pipeline_id = specialized_render_pipelines.specialize(
Expand All @@ -2702,6 +2704,7 @@ fn emit_binned_draw<T, F>(
has_image,
local_space_simulation,
use_alpha_mask,
alpha_mode,
flipbook,
needs_uv,
#[cfg(all(feature = "2d", feature = "3d"))]
Expand Down

0 comments on commit 36ce111

Please sign in to comment.