mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-22 20:05:29 +00:00
Remove obsolete and redundant double buffering assignment.
This commit is contained in:
parent
cbae16b7a1
commit
c8ca1f33df
|
@ -60,8 +60,6 @@ namespace OpenTK
|
|||
/// </param>
|
||||
public GLWidget(GraphicsMode graphicsMode, int glVersionMajor, int glVersionMinor, GraphicsContextFlags graphicsContextFlags)
|
||||
{
|
||||
this.DoubleBuffered = false;
|
||||
|
||||
GraphicsContextFlags = graphicsContextFlags;
|
||||
|
||||
AddTickCallback(UpdateFrameTime);
|
||||
|
|
Loading…
Reference in a new issue