mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-21 15:27:59 +00:00
Fixed ambiguous documentation reference.
This commit is contained in:
parent
e13a8e25ae
commit
27c8fa8ab2
|
@ -1013,7 +1013,7 @@ namespace OpenTK
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// You will typically wish to update your viewport whenever
|
/// You will typically wish to update your viewport whenever
|
||||||
/// the window is resized. See the
|
/// 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>
|
/// </remarks>
|
||||||
protected override void OnResize(EventArgs e)
|
protected override void OnResize(EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue