Skip to content

Commit

Permalink
Fix score screen stat log not always logging
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyTheFox committed Jan 31, 2025
1 parent e5a316f commit 44a6502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Script/Menu/ScoreScreen/ScoreScreenMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ private bool AnalyzeReplay(SongEntry songEntry, ReplayInfo? replayEntry)

// Always print the stats in debug mode
#if UNITY_EDITOR || YARG_TEST_BUILD
YargLogger.LogFormatDebug("({0}, {1}/{2}) Verification Result: {3}. Stats:\n{4}",
YargLogger.LogFormatInfo("({0}, {1}/{2}) Verification Result: {3}. Stats:\n{4}",
data.Frames[i].Profile.Name, data.Frames[i].Profile.CurrentInstrument,
data.Frames[i].Profile.CurrentDifficulty, item4: analysisResult.Passed ? "Passed" : "Failed",
item5: analysisResult.StatLog);
Expand Down

0 comments on commit 44a6502

Please sign in to comment.