mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 16:25:37 +00:00
Revert invalid change from previous commit (GraphicsMode now belongs to IGraphicsContext).
This commit is contained in:
parent
9725870789
commit
90820c9f7e
|
@ -425,7 +425,7 @@ namespace OpenTK.Graphics
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public GraphicsMode GraphicsMode
|
public GraphicsMode GraphicsMode
|
||||||
{
|
{
|
||||||
get { return (implementation as IGraphicsContextInternal).GraphicsMode; }
|
get { return (implementation as IGraphicsContext).GraphicsMode; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in a new issue