1
0
Fork 0

Fix internal representation of track AttentionPls

Members of track group were never intended to be Selectable.
This commit is contained in:
ivan tkachenko 2025-10-14 16:55:46 +03:00
parent e7866fda55
commit 7aa3570b33
1 changed files with 2 additions and 4 deletions

View File

@ -646,12 +646,11 @@ namespace MuzikaGromche
IsExplicit = true,
Tracks =
[
new SelectableAudioTrack
new CoreAudioTrack
{
Name = "AttentionPls1",
FileNameLoop = "AttentionPlsLoop.ogg",
AudioType = AudioType.OGGVORBIS,
Language = Language.RUSSIAN,
WindUpTimer = 39.19f,
Bars = 8,
BeatsOffset = 0.3f,
@ -667,12 +666,11 @@ namespace MuzikaGromche
DrunknessLoopOffsetTimeSeries = new([7f, 12f, 15f], [0f, 0.90f, 0f]),
CondensationLoopOffsetTimeSeries = new([23f, 28f, 31f], [0f, 0.4f, 0f]),
},
new SelectableAudioTrack
new CoreAudioTrack
{
Name = "AttentionPls2",
FileNameLoop = "AttentionPlsLoop.ogg",
AudioType = AudioType.OGGVORBIS,
Language = Language.RUSSIAN,
WindUpTimer = 39.19f,
Bars = 8,
BeatsOffset = 0.3f,