From 829d929ab3e7b5fefc2e3592e36c1a3cb650ab20 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Tue, 9 Dec 2008 10:07:05 +0000 Subject: [PATCH] Fixed build warnings. --- Source/OpenTK/GameWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/GameWindow.cs b/Source/OpenTK/GameWindow.cs index ad3f77a2..b8feeb96 100644 --- a/Source/OpenTK/GameWindow.cs +++ b/Source/OpenTK/GameWindow.cs @@ -61,7 +61,7 @@ namespace OpenTK ResizeEventArgs resizeEventArgs = new ResizeEventArgs(); - bool isExiting; + bool isExiting = false; bool hasMainLoop; bool disposed;