Clear all tasks and transforms when resetting Breaks

This commit is contained in:
EVAST9919
2017-10-02 00:44:57 +03:00
parent b62f2437ac
commit ac6c323f93
2 changed files with 30 additions and 10 deletions

View File

@ -37,8 +37,6 @@ namespace osu.Game.Tests.Visual
EndTime = Clock.CurrentTime + duration,
}
};
breakOverlay.InitializeBreaks();
}
private void startMultipleBreaks()
@ -58,8 +56,6 @@ namespace osu.Game.Tests.Visual
EndTime = currentTime + 6000,
}
};
breakOverlay.InitializeBreaks();
}
}
}