Use GraphicsMode.Default for DummyGLContext.

This commit is contained in:
the_fiddler 2009-05-31 16:02:15 +00:00
parent 5bee43a503
commit ad602ecc92

View file

@ -19,7 +19,7 @@ namespace OpenTK.Platform.Dummy
/// </summary>
internal sealed class DummyGLContext : IGraphicsContext, IGraphicsContextInternal
{
GraphicsMode format;
GraphicsMode format = GraphicsMode.Default;
bool vsync;
ContextHandle handle;
static int handle_count;