mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Fix editor not always playing hitsounds with clock offsets applied
This commit is contained in:
parent
4648e7bee0
commit
016de2f5a0
@ -270,7 +270,7 @@ namespace osu.Game.Screens.Edit
|
|||||||
{
|
{
|
||||||
IsSeeking &= Transforms.Any();
|
IsSeeking &= Transforms.Any();
|
||||||
|
|
||||||
if (track.Value?.IsRunning != true)
|
if (!IsRunning)
|
||||||
{
|
{
|
||||||
// seeking in the editor can happen while the track isn't running.
|
// seeking in the editor can happen while the track isn't running.
|
||||||
// in this case we always want to expose ourselves as seeking (to avoid sample playback).
|
// in this case we always want to expose ourselves as seeking (to avoid sample playback).
|
||||||
|
Loading…
Reference in New Issue
Block a user