mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-08 10:10:00 +00:00
Merged fix for bug [#1060]: "Wrong XML Comment on the W property in Vector4[d]".
This commit is contained in:
parent
d307e7de9d
commit
16a05a1cf9
|
@ -53,7 +53,7 @@ namespace OpenTK
|
||||||
public float Z;
|
public float Z;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The Z component of the Vector4.
|
/// The W component of the Vector4.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public float W;
|
public float W;
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ namespace OpenTK
|
||||||
public double Z;
|
public double Z;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The Z component of the Vector4d.
|
/// The W component of the Vector4d.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public double W;
|
public double W;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue