Skip to content

Commit

Permalink
Change skip order
Browse files Browse the repository at this point in the history
  • Loading branch information
xBaank committed Jul 23, 2024
1 parent 4329b44 commit efed884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Console/Audio/PlayerController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ public async Task SkipAsync(bool bypassLoop = false)
if (LoopState == LoopState.ALL && _currentSongIndex >= _queue.Count)
_currentSongIndex = 0;

AL.SourceStop(_sourceId);
_audioSender?.ClearBuffer();
AL.SourceStop(_sourceId);
}
}

Expand Down

0 comments on commit efed884

Please sign in to comment.