Fix IDE0090
This commit is contained in:
committed by
Pavel Penev
parent
164abfdae1
commit
8a285f9b19
@@ -29,7 +29,7 @@ namespace OpenRA.Platforms.Default
|
||||
readonly IntPtr window;
|
||||
bool disposed;
|
||||
|
||||
readonly object syncObject = new object();
|
||||
readonly object syncObject = new();
|
||||
readonly Size windowSize;
|
||||
Size surfaceSize;
|
||||
float windowScale = 1f;
|
||||
|
||||
Reference in New Issue
Block a user