Skip to content

Commit

Permalink
add delay comment
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Jul 22, 2024
1 parent b5a8bfc commit 8efa535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/sound_library.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class SoundLibraryTemplate : public SoundQueue<16> {
ADD_SL_SOUND(EditControlSettings, "mcontrol");
ADD_SL_SOUND(EditFont, "mfont");
ADD_SL_SOUND(EditMode, "medit"); // 1-sec leading silence delay
ADD_SL_SOUND(EditSettings, "msetting");
ADD_SL_SOUND(EditSettings, "msetting"); // 1-sec leading silence delay
ADD_SL_SOUND(EditStyle, "mstyle");
ADD_SL_SOUND(EditStyleSettings, "mstylset");
ADD_SL_SOUND(EditTrack, "mtrack");
Expand Down

0 comments on commit 8efa535

Please sign in to comment.