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:
+1
-1
@@ -744,7 +744,7 @@ namespace osu.Game
|
||||
{
|
||||
Logger.Log($"Beginning {nameof(PresentScore)} with score {score}");
|
||||
|
||||
Score databasedScore = null;
|
||||
Score databasedScore;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user