mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-25 12:36:55 +00:00
Fixed ambiguous documentation reference.
This commit is contained in:
parent
e13a8e25ae
commit
27c8fa8ab2
|
@ -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