Remove redundant SwapBuffers call, the base OnDrawn already does this.

This commit is contained in:
Jarl Gullberg 2017-09-15 12:41:36 +02:00
parent 6d4bb30596
commit 9dd03dd769
No known key found for this signature in database
GPG key ID: FBB69BD7CAE095A0

View file

@ -237,9 +237,6 @@ namespace OpenTK
#if !GTK3
evnt.Window.Display.Sync(); // Add Sync call to fix resize rendering problem (Jay L. T. Cornwall) - How does this affect VSync?
#endif
_GraphicsContext.SwapBuffers();
return result;
}