mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 17:31:03 +00:00
Use GraphicsMode.Default for DummyGLContext.
This commit is contained in:
parent
5e38154a5b
commit
190e9cc7c0
|
@ -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