mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 19:51:17 +00:00
Fixed build warnings.
This commit is contained in:
parent
6edd78879d
commit
829d929ab3
|
@ -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