1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Fix wonky log message

This commit is contained in:
Bartłomiej Dach 2023-02-01 22:56:45 +01:00
parent efc9a34b98
commit 4fc7d37a1b
No known key found for this signature in database

View File

@ -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;
};