Corrected build error (stray ',')

This commit is contained in:
the_fiddler 2007-08-07 17:24:03 +00:00
parent c67859d7ca
commit a305f1e6fa

View file

@ -75,7 +75,7 @@ namespace OpenTK.Platform.X11
);
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();