mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 02:11:11 +00:00
Removed redundant field initializers.
This commit is contained in:
parent
f240a75208
commit
5abcfedf11
|
@ -49,7 +49,7 @@ namespace OpenTK
|
|||
#region Static attrs.
|
||||
|
||||
private static int _GraphicsContextCount;
|
||||
private static bool _SharedContextInitialized = false;
|
||||
private static bool _SharedContextInitialized;
|
||||
|
||||
#endregion
|
||||
|
||||
|
@ -58,7 +58,7 @@ namespace OpenTK
|
|||
private IGraphicsContext _GraphicsContext;
|
||||
private IWindowInfo _WindowInfo;
|
||||
private GraphicsContextFlags _GraphicsContextFlags;
|
||||
private bool _Initialized = false;
|
||||
private bool _Initialized;
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Reference in a new issue