Updated a comment.
This commit is contained in:
parent
f41e240ede
commit
4fa393a03f
1 changed files with 2 additions and 2 deletions
|
@ -252,12 +252,12 @@ namespace OpenTK.Platform.X11
|
|||
|
||||
public void RegisterForDisposal(IDisposable resource)
|
||||
{
|
||||
throw new NotImplementedException("Use the general GLContext class instead.");
|
||||
throw new NotSupportedException("Use OpenTK.GLContext instead.");
|
||||
}
|
||||
|
||||
public void DisposeResources()
|
||||
{
|
||||
throw new NotImplementedException("Use the general GLContext class instead.");
|
||||
throw new NotSupportedException("Use OpenTK.GLContext instead.");
|
||||
}
|
||||
|
||||
public IEnumerable<DisplayMode> GetDisplayModes()
|
||||
|
|
Loading…
Reference in a new issue