Fixed ambiguous documentation reference.
This commit is contained in:
parent
c227c36553
commit
f6bf0c95c6
1 changed files with 1 additions and 1 deletions
|
@ -1013,7 +1013,7 @@ namespace OpenTK
|
|||
/// <remarks>
|
||||
/// You will typically wish to update your viewport whenever
|
||||
/// the window is resized. See the
|
||||
/// <see cref="OpenTK.Graphics.OpenGL.GL.Viewport"/> method.
|
||||
/// <see cref="OpenTK.Graphics.OpenGL.GL.Viewport(int, int, int, int)"/> method.
|
||||
/// </remarks>
|
||||
protected override void OnResize(EventArgs e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue