mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-04-19 03:51:43 +00:00
Fixed build warnings.
This commit is contained in:
parent
057759177b
commit
40a14fe8a8
|
@ -61,7 +61,7 @@ namespace OpenTK
|
|||
|
||||
ResizeEventArgs resizeEventArgs = new ResizeEventArgs();
|
||||
|
||||
bool isExiting;
|
||||
bool isExiting = false;
|
||||
bool hasMainLoop;
|
||||
bool disposed;
|
||||
|
||||
|
|
Loading…
Reference in a new issue