mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix wonky log message
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user