Fixed build warnings.
This commit is contained in:
parent
057759177b
commit
40a14fe8a8
1 changed files with 1 additions and 1 deletions
|
@ -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