Made GraphicsMode public, as it is generally useful.
This commit is contained in:
parent
1eee53da4f
commit
dc38987559
1 changed files with 2 additions and 2 deletions
|
@ -347,9 +347,9 @@ namespace OpenTK.Graphics
|
|||
*/
|
||||
|
||||
/// <summary>
|
||||
/// Gets the DisplayMode of the context.
|
||||
/// Gets the GraphicsMode of the context.
|
||||
/// </summary>
|
||||
GraphicsMode IGraphicsContextInternal.GraphicsMode
|
||||
public GraphicsMode GraphicsMode
|
||||
{
|
||||
get { return (implementation as IGraphicsContextInternal).GraphicsMode; }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue