Fix IDE0090
This commit is contained in:
committed by
Pavel Penev
parent
164abfdae1
commit
8a285f9b19
@@ -53,7 +53,7 @@ namespace OpenRA.Platforms.Default
|
||||
|
||||
public sealed class FreeTypeFont : IFont
|
||||
{
|
||||
static readonly FontGlyph EmptyGlyph = new FontGlyph
|
||||
static readonly FontGlyph EmptyGlyph = new()
|
||||
{
|
||||
Offset = int2.Zero,
|
||||
Size = new Size(0, 0),
|
||||
|
||||
Reference in New Issue
Block a user