1
0
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:
Salman Ahmed 2020-08-22 17:26:54 +03:00 committed by GitHub
parent cf6b34db1e
commit fafdbb0a81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");