1
0
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:
Dean Herbert 2018-07-13 18:23:12 +09:00 committed by GitHub
parent d879b96d9f
commit 2d602c0e3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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