mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Fix wonky log message
This commit is contained in:
parent
efc9a34b98
commit
4fc7d37a1b
@ -95,7 +95,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
alwaysGoingForward &= goingForward;
|
||||
|
||||
if (!goingForward)
|
||||
Logger.Log($"Backwards time occured ({currentTime:N1} -> {lastTime:N1}");
|
||||
Logger.Log($"Backwards time occurred ({currentTime:N1} -> {lastTime:N1})");
|
||||
|
||||
lastTime = currentTime;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user