mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 07:26:51 +00:00
Removed Fullscreen property (fixes build issue).
This commit is contained in:
parent
f0e5cbb8aa
commit
f5ead52dd1
|
@ -35,7 +35,6 @@
|
|||
//
|
||||
this.glControl1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
||||
this.glControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.glControl1.Fullscreen = false;
|
||||
this.glControl1.Location = new System.Drawing.Point(0, 0);
|
||||
this.glControl1.Name = "glControl1";
|
||||
this.glControl1.Size = new System.Drawing.Size(624, 444);
|
||||
|
|
Loading…
Reference in a new issue