Skip to content

Commit

Permalink
Update player.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Avelia-tr authored Aug 2, 2024
1 parent d9a55b2 commit f3c770d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/states/player.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,10 @@ func NewPlayer(beatMap *beatmap.BeatMap) *Player {
}

player.volumeGlider.SetValue(0.0)
player.volumeGlider.AddEvent(skipTime, skipTime+beatMap.Diff.TimeFadeIn, 1.0)
/// player.volumeGlider.AddEvent(skipTime, skipTime+beatMap.Diff.TimeFadeIn, 1.0)

player.objectsAlpha.SetValue(0.0)
player.objectsAlpha.AddEvent(skipTime, skipTime+beatMap.Diff.TimeFadeIn, 1.0)
/// player.objectsAlpha.AddEvent(skipTime, skipTime+beatMap.Diff.TimeFadeIn, 1.0)

if player.overlay != nil {
player.overlay.DisableAudioSubmission(true)
Expand Down

0 comments on commit f3c770d

Please sign in to comment.