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