Skip to content

Commit

Permalink
Don't set fallback music for previews
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Sep 22, 2019
1 parent 2453611 commit 6f84167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Models/Songs/Song.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ Song::Borp()
PlayParams.bAccurateSync = true;

GameSoundManager::PlayMusicParams FallbackMusic;
FallbackMusic.sFile = GetMusicPath();
FallbackMusic.sFile = "";
FallbackMusic.fFadeInLengthSeconds = 1.f;
FallbackMusic.bAlignBeat = true;
FallbackMusic.bAccurateSync = true;
Expand Down

0 comments on commit 6f84167

Please sign in to comment.