mirror of
https://github.com/ppy/osu.git
synced 2025-02-14 16:52:55 +08:00
Add todo regarding playback skip logic
This commit is contained in:
parent
d879b96d9f
commit
2d602c0e3c
@ -41,6 +41,7 @@ namespace osu.Game.Storyboards.Drawables
|
||||
{
|
||||
base.Update();
|
||||
|
||||
// TODO: this logic will need to be consolidated with other game samples like hitsounds.
|
||||
if (Time.Current < sample.Time)
|
||||
{
|
||||
// We've rewound before the start time of the sample
|
||||
|
Loading…
Reference in New Issue
Block a user