diff --git a/Figgle/FiggleFontParser.cs b/Figgle/FiggleFontParser.cs index 3f7115b..9c00697 100644 --- a/Figgle/FiggleFontParser.cs +++ b/Figgle/FiggleFontParser.cs @@ -88,8 +88,7 @@ int UpgradeLayout() for (var i = 0; i < commentLineCount; i++) reader.ReadLine(); - if (pool == null) - pool = new StringPool(); + pool ??= new StringPool(); /* Characters 0-31 are control characters.