mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 00:04:33 +02:00
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
|
If _fadeIntoIntro Then
|
||||||
_fadeIntoIntro = False
|
_fadeIntoIntro = False
|
||||||
_introEndTime = Date.Now.AddSeconds(0) + song.Song.Duration
|
_introEndTime = Date.Now.AddSeconds(0.1) + song.Song.Duration
|
||||||
_isIntroStarted = True
|
_isIntroStarted = True
|
||||||
'MediaPlayer.IsRepeating = False
|
'MediaPlayer.IsRepeating = False
|
||||||
Else
|
Else
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user