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