mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-09 09:15:31 +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();
|
Initialize();
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
_GraphicsContext.MakeCurrent(_WindowInfo);
|
|
||||||
}
|
|
||||||
|
|
||||||
#if GTK3
|
#if GTK3
|
||||||
var result = base.OnDrawn(cr);
|
var result = base.OnDrawn(cr);
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue