mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-09 09:25:30 +00:00
Remove redundant SwapBuffers call, the base OnDrawn already does this.
This commit is contained in:
parent
6d4bb30596
commit
9dd03dd769
|
@ -237,9 +237,6 @@ namespace OpenTK
|
||||||
#if !GTK3
|
#if !GTK3
|
||||||
evnt.Window.Display.Sync(); // Add Sync call to fix resize rendering problem (Jay L. T. Cornwall) - How does this affect VSync?
|
evnt.Window.Display.Sync(); // Add Sync call to fix resize rendering problem (Jay L. T. Cornwall) - How does this affect VSync?
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
_GraphicsContext.SwapBuffers();
|
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue