mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix typo in LoopStartTime
addition
This commit is contained in:
@ -43,7 +43,7 @@ namespace osu.Game.Storyboards
|
||||
foreach (var loop in loops)
|
||||
{
|
||||
command = loop.Alpha.Commands.FirstOrDefault();
|
||||
if (command != null) alphaCommands.Add((command.StartTime + loop.StartTime, command.StartValue == 0));
|
||||
if (command != null) alphaCommands.Add((command.StartTime + loop.LoopStartTime, command.StartValue == 0));
|
||||
}
|
||||
|
||||
if (alphaCommands.Count > 0)
|
||||
|
Reference in New Issue
Block a user