mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
Avoid double call to ProcessFrame
This commit is contained in:
parent
64cf6b9014
commit
d6748d6921
@ -131,8 +131,8 @@ namespace osu.Game.Beatmaps
|
||||
// Rather than trying to get around this by fixing the framework clock stack, let's work around it for now.
|
||||
Seek(Source.CurrentTime);
|
||||
}
|
||||
|
||||
finalClockSource.ProcessFrame();
|
||||
else
|
||||
finalClockSource.ProcessFrame();
|
||||
}
|
||||
|
||||
public double TotalAppliedOffset
|
||||
|
Loading…
Reference in New Issue
Block a user