Fix wrong XML param name tag

This commit is contained in:
Christopher Lees 2016-11-23 14:42:29 +00:00
parent c6ca549923
commit c78a6c7844

View file

@ -1317,7 +1317,7 @@ namespace OpenTK
/// <param name="height">The height of the viewport.</param>
/// <param name="minZ">The minimum depth of the viewport.</param>
/// <param name="maxZ">The maximum depth of the viewport.</param>
/// <param name="worldViewProjection">The inverse of the world-view-projection matrix.</param>
/// <param name="inverseWorldViewProjection">The inverse of the world-view-projection matrix.</param>
/// <returns>The vector in object space.</returns>
/// <remarks>
/// To project from normalized device coordinates (NDC) use the following parameters: