mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 16:05:34 +00:00
Normalized line endings.
This commit is contained in:
parent
db54fa79b3
commit
e4b5e23701
|
@ -13,11 +13,11 @@ namespace Examples.WinForms
|
|||
{
|
||||
public partial class DerivedGLControl : GLControl
|
||||
{
|
||||
Color clearColor;
|
||||
|
||||
public DerivedGLControl()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
Color clearColor;
|
||||
|
||||
public DerivedGLControl()
|
||||
{
|
||||
this.InitializeComponent();
|
||||
}
|
||||
|
||||
public Color ClearColor
|
||||
|
|
Loading…
Reference in a new issue