We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675985a commit af87ec5Copy full SHA for af87ec5
src/audio.rs
@@ -58,7 +58,7 @@ fn spawn_audio_system(
58
audio: Res<Audio>,
59
) {
60
if events.len() > 1 {
61
- warn!("Multiple illustration are requested, ignoring previous ones");
+ warn!("Multiple audios are requested, ignoring previous ones");
62
}
63
64
// TODO: error handling
src/tab/game/illustration.rs
@@ -42,7 +42,7 @@ fn spawn_illustration_system(
42
query: Query<&Illustration>,
43
44
45
+ warn!("Multiple illustrations are requested, ignoring previous ones");
46
47
48
if let Some(event) = events.read().last() {
0 commit comments