oh and a playing check lol
This commit is contained in:
parent
2b13c590fe
commit
73d5f068c3
@ -2134,7 +2134,7 @@ class ChartingState extends MusicBeatState
|
|||||||
{
|
{
|
||||||
for(note in shownNotes)
|
for(note in shownNotes)
|
||||||
{
|
{
|
||||||
if (note.strumTime <= Conductor.songPosition && !claps.contains(note))
|
if (note.strumTime <= Conductor.songPosition && !claps.contains(note) && FlxG.sound.music.playing)
|
||||||
{
|
{
|
||||||
claps.push(note);
|
claps.push(note);
|
||||||
FlxG.sound.play(Paths.sound('SNAP'));
|
FlxG.sound.play(Paths.sound('SNAP'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user