mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Adjust recently added inline comment
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
cf6b34db1e
commit
fafdbb0a81
@ -160,7 +160,7 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
this.extrapolateAnimations = extrapolateAnimations;
|
||||
|
||||
// Use a direct string lookup for simplicity, as they're legacy settings and not worth creating enums for them.
|
||||
// use a direct string lookup instead of enum to avoid having to reference ruleset assemblies.
|
||||
legacyFontPrefixes.Add(GetConfig<string, string>("HitCirclePrefix")?.Value ?? "default");
|
||||
legacyFontPrefixes.Add(GetConfig<string, string>("ScorePrefix")?.Value ?? "score");
|
||||
legacyFontPrefixes.Add(GetConfig<string, string>("ComboPrefix")?.Value ?? "score");
|
||||
|
Loading…
Reference in New Issue
Block a user