1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 14:24:18 +08:00

Fix code quality

This commit is contained in:
Bartłomiej Dach
2025-04-24 08:54:10 +02:00
Unverified
parent c52dce0f38
commit 72dd3513fc
+1 -1
View File
@@ -744,7 +744,7 @@ namespace osu.Game
{
Logger.Log($"Beginning {nameof(PresentScore)} with score {score}");
Score databasedScore = null;
Score databasedScore;
try
{