mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Remove tab characters
This commit is contained in:
parent
e56bd3430a
commit
18897235fa
@ -51,11 +51,11 @@ namespace osu.Game.Rulesets.Osu.Replays
|
||||
/// Initialise this instance. Called before CreateAutoReplay.
|
||||
/// </summary>
|
||||
protected virtual void Initialise()
|
||||
{
|
||||
User = new User
|
||||
{
|
||||
Username = @"Autoplay",
|
||||
};
|
||||
{
|
||||
User = new User
|
||||
{
|
||||
Username = @"Autoplay",
|
||||
};
|
||||
|
||||
// We are using ApplyModsToRate and not ApplyModsToTime to counteract the speed up / slow down from HalfTime / DoubleTime so that we remain at a constant framerate of 60 fps.
|
||||
frameDelay = applyModsToRate(1000.0 / 60.0);
|
||||
|
Loading…
Reference in New Issue
Block a user