Compare commits
2 Commits
2b01d76bf4
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 02efc1b95b | |||
| cb65318bc0 |
@@ -91,7 +91,7 @@ namespace Ichni
|
||||
{
|
||||
GameManager.Instance.timeDurations = GameManager.Instance.beatmapContainer.gameElementList
|
||||
.Select(x => (x as IHaveTimeDurationSubmodule)?.timeDurationSubmodule)
|
||||
.Where(x => x != null && x.startTime > 0 && x.endTime < GameManager.Instance.songInformation.songLength).ToList();
|
||||
.Where(x => x != null && (x.startTime > 0 || x.endTime < GameManager.Instance.songInformation.songLength)).ToList();
|
||||
GameManager.Instance.beatmapContainer.gameElementList.ForEach(element => element.WhenStart());
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user