Revert invalid change from previous commit (GraphicsMode now belongs to IGraphicsContext).

This commit is contained in:
the_fiddler 2009-03-25 18:05:52 +00:00
parent ddc5e503ca
commit 71f858fe35

View file

@ -425,7 +425,7 @@ namespace OpenTK.Graphics
/// </summary>
public GraphicsMode GraphicsMode
{
get { return (implementation as IGraphicsContextInternal).GraphicsMode; }
get { return (implementation as IGraphicsContext).GraphicsMode; }
}
/// <summary>