From 190e9cc7c08f4a66bee9cb0fdc79526fb68fa83d Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 31 May 2009 16:02:15 +0000 Subject: [PATCH] Use GraphicsMode.Default for DummyGLContext. --- Source/OpenTK/Platform/Dummy/DummyGLContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Platform/Dummy/DummyGLContext.cs b/Source/OpenTK/Platform/Dummy/DummyGLContext.cs index a633a46b..66b086eb 100644 --- a/Source/OpenTK/Platform/Dummy/DummyGLContext.cs +++ b/Source/OpenTK/Platform/Dummy/DummyGLContext.cs @@ -19,7 +19,7 @@ namespace OpenTK.Platform.Dummy /// internal sealed class DummyGLContext : IGraphicsContext, IGraphicsContextInternal { - GraphicsMode format; + GraphicsMode format = GraphicsMode.Default; bool vsync; ContextHandle handle; static int handle_count;