Fixed ambiguous documentation reference.

This commit is contained in:
the_fiddler 2010-10-28 09:31:20 +00:00
parent c227c36553
commit f6bf0c95c6

View file

@ -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)
{