mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 18:21:08 +00:00
Revert invalid change from previous commit (GraphicsMode now belongs to IGraphicsContext).
This commit is contained in:
parent
ddc5e503ca
commit
71f858fe35
|
@ -425,7 +425,7 @@ namespace OpenTK.Graphics
|
|||
/// </summary>
|
||||
public GraphicsMode GraphicsMode
|
||||
{
|
||||
get { return (implementation as IGraphicsContextInternal).GraphicsMode; }
|
||||
get { return (implementation as IGraphicsContext).GraphicsMode; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in a new issue