Skip to content

Commit

Permalink
Merge pull request #76 from BUGO07/patch-2
Browse files Browse the repository at this point in the history
make UiSoundChannel public to make custom OnXPlaySound components
  • Loading branch information
IDEDARY authored Sep 12, 2024
2 parents d36f74c + 06bf0cf commit 61b663b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_lunex/src/logic/states.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ fn set_ui_color<S: UiState>(query: Query<(&UiAnimator<S>, &UiColor<Base>, &UiCol

#[cfg(feature = "kira")]
#[derive(Resource)]
struct UiSoundChannel;
pub struct UiSoundChannel;

#[cfg(feature = "kira")]
#[derive(Component, Debug, Clone, PartialEq, Eq)]
Expand Down

0 comments on commit 61b663b

Please sign in to comment.