Lazy "fix" towards intros being cut by about 0.1 seconds

This commit is contained in:
CaptainSegis 2018-10-02 00:49:58 -05:00
parent bc93b47247
commit 6925c74aa3
2 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ Public Class MusicManager
If _fadeIntoIntro Then
_fadeIntoIntro = False
_introEndTime = Date.Now.AddSeconds(0) + song.Song.Duration
_introEndTime = Date.Now.AddSeconds(0.1) + song.Song.Duration
_isIntroStarted = True
'MediaPlayer.IsRepeating = False
Else

Binary file not shown.