Fixed fields missing the readonly modifier
This commit is contained in:
@@ -25,7 +25,7 @@ namespace OpenRA
|
||||
public static PlatformType CurrentPlatform => currentPlatform.Value;
|
||||
public static readonly Guid SessionGUID = Guid.NewGuid();
|
||||
|
||||
static Lazy<PlatformType> currentPlatform = Exts.Lazy(GetCurrentPlatform);
|
||||
static readonly Lazy<PlatformType> currentPlatform = Exts.Lazy(GetCurrentPlatform);
|
||||
|
||||
static bool engineDirAccessed;
|
||||
static string engineDir;
|
||||
|
||||
Reference in New Issue
Block a user