From 72dd3513fc0e1c3bbc9b2c80e2f845584b08f383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Dach?= Date: Thu, 24 Apr 2025 08:54:10 +0200 Subject: [PATCH] Fix code quality --- osu.Game/OsuGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/OsuGame.cs b/osu.Game/OsuGame.cs index 9d2dae2f4a..962718b564 100644 --- a/osu.Game/OsuGame.cs +++ b/osu.Game/OsuGame.cs @@ -744,7 +744,7 @@ namespace osu.Game { Logger.Log($"Beginning {nameof(PresentScore)} with score {score}"); - Score databasedScore = null; + Score databasedScore; try {