Correct formatting.
This commit is contained in:
parent
2caeaf40e1
commit
cbae16b7a1
1 changed files with 1 additions and 2 deletions
|
@ -12,9 +12,8 @@ namespace OpenTK
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[CLSCompliant(false)]
|
[CLSCompliant(false)]
|
||||||
[ToolboxItem(true)]
|
[ToolboxItem(true)]
|
||||||
public class GLWidget: GLArea
|
public class GLWidget : GLArea
|
||||||
{
|
{
|
||||||
|
|
||||||
private static int _GraphicsContextCount;
|
private static int _GraphicsContextCount;
|
||||||
private static bool _SharedContextInitialized = false;
|
private static bool _SharedContextInitialized = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue