Skip to content

Commit

Permalink
fix: compile and CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulghost committed Jun 23, 2024
1 parent d1d31ba commit de74719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/batch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use super::{
effect_cache::{DispatchBufferIndices, EffectSlices},
EffectCacheId, GpuCompressedTransform, LayoutFlags,
};
use crate::{BlendingMode, EffectAsset, EffectShader, ParticleLayout, PropertyLayout};
use crate::{AlphaMode, EffectAsset, EffectShader, ParticleLayout, PropertyLayout};

/// Data needed to render all batches pertaining to a specific effect.
#[derive(Debug, Component)]
Expand Down

0 comments on commit de74719

Please sign in to comment.