1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 05:01:22 +08:00

Add todo regarding playback skip logic

This commit is contained in:
Dean Herbert
2018-07-13 18:23:12 +09:00
committed by GitHub
Unverified
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