refactor: Update Unity to 2022.3.62
This commit is contained in:
@@ -17,8 +17,7 @@ namespace Cryville.Common.Font {
|
||||
Shared.Logger.Log(3, "UI", "Discarding a font with a duplicate full name {0}", f.FullName);
|
||||
continue;
|
||||
}
|
||||
List<Typeface> set2;
|
||||
if (!map2.TryGetValue(f.FamilyName, out set2)) {
|
||||
if (!map2.TryGetValue(f.FamilyName, out List<Typeface> set2)) {
|
||||
map2.Add(f.FamilyName, set2 = new List<Typeface>());
|
||||
}
|
||||
set2.Add(f);
|
||||
|
Reference in New Issue
Block a user