mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 18:55:50 +00:00
Corrected build error (stray ',')
This commit is contained in:
parent
8e88fd9393
commit
39a8a8d190
|
@ -75,7 +75,7 @@ namespace OpenTK.Platform.X11
|
||||||
);
|
);
|
||||||
|
|
||||||
glContext = new X11GLContext(info,
|
glContext = new X11GLContext(info,
|
||||||
new DisplayMode(width, height, new ColorDepth(24), 16, 0, 0, 2, false, false, false, 0.0f),
|
new DisplayMode(width, height, new ColorDepth(24), 16, 0, 0, 2, false, false, false, 0.0f)
|
||||||
);
|
);
|
||||||
|
|
||||||
glContext.CreateVisual();
|
glContext.CreateVisual();
|
||||||
|
|
Loading…
Reference in a new issue