mirror of
https://github.com/ppy/osu
synced 2025-01-25 15:23:02 +00:00
Fix test scene failures by ensuring that first GameplayClock
frame has processed first
This commit is contained in:
parent
763f881d4a
commit
ed9ecd6951
@ -131,9 +131,9 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
|
||||
public double GameplayClockTime => GameplayClockContainer.GameplayClock.CurrentTime;
|
||||
|
||||
protected override void Update()
|
||||
protected override void UpdateAfterChildren()
|
||||
{
|
||||
base.Update();
|
||||
base.UpdateAfterChildren();
|
||||
|
||||
if (!FirstFrameClockTime.HasValue)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user