Use GraphicsMode.Default for DummyGLContext.
This commit is contained in:
parent
5bee43a503
commit
ad602ecc92
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue