mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-22 20:25:34 +00:00
Remove redundant MakeCurrent call, the base OnDrawn already does this.
This commit is contained in:
parent
e9f27ff630
commit
6d4bb30596
|
@ -229,11 +229,6 @@ namespace OpenTK
|
|||
{
|
||||
Initialize();
|
||||
}
|
||||
else
|
||||
{
|
||||
_GraphicsContext.MakeCurrent(_WindowInfo);
|
||||
}
|
||||
|
||||
#if GTK3
|
||||
var result = base.OnDrawn(cr);
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue