Lazy "fix" towards intros being cut by about 0.1 seconds
This commit is contained in:
parent
bc93b47247
commit
6925c74aa3
|
@ -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.
Loading…
Reference in New Issue