mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 00:20:28 +08:00
Use default overlap of 1
Matches closer to stable spec.
This commit is contained in:
@@ -168,7 +168,7 @@ namespace osu.Game.Skinning
|
||||
switch (font)
|
||||
{
|
||||
case LegacyFont.ScoreEntry:
|
||||
return 0;
|
||||
return 1;
|
||||
|
||||
case LegacyFont.Score:
|
||||
return source.GetConfig<LegacySetting, float>(LegacySetting.ScoreOverlap)?.Value ?? 0f;
|
||||
|
||||
Reference in New Issue
Block a user