mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 11:37:32 +09:00
Remove tab characters
This commit is contained in:
parent
e56bd3430a
commit
18897235fa
@ -52,10 +52,10 @@ namespace osu.Game.Rulesets.Osu.Replays
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
protected virtual void Initialise()
|
protected virtual void Initialise()
|
||||||
{
|
{
|
||||||
User = new User
|
User = new User
|
||||||
{
|
{
|
||||||
Username = @"Autoplay",
|
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.
|
// 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);
|
frameDelay = applyModsToRate(1000.0 / 60.0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user