mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 03:36:56 +00:00
Corrected spelling.
This commit is contained in:
parent
601a8ad2f8
commit
4ce8c1f0d3
|
@ -222,7 +222,7 @@ namespace OpenTK.OpenGL
|
||||||
/// <para>
|
/// <para>
|
||||||
/// Call this function manually whenever you need to update OpenGL entry points.
|
/// Call this function manually whenever you need to update OpenGL entry points.
|
||||||
/// This need may arise if you change the pixelformat/visual, or in case you cannot
|
/// This need may arise if you change the pixelformat/visual, or in case you cannot
|
||||||
/// (or do not want) to use the automatic initialisation of the GL class.
|
/// (or do not want) to use the automatic initialization of the GL class.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public static void LoadAll()
|
public static void LoadAll()
|
||||||
|
|
Loading…
Reference in a new issue