Merged fix for bug [#1060]: "Wrong XML Comment on the W property in Vector4[d]".

This commit is contained in:
the_fiddler 2009-08-01 14:24:47 +00:00
parent adf515007a
commit 276675fd9c
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ namespace OpenTK
public float Z;
/// <summary>
/// The Z component of the Vector4.
/// The W component of the Vector4.
/// </summary>
public float W;

View file

@ -51,7 +51,7 @@ namespace OpenTK
public double Z;
/// <summary>
/// The Z component of the Vector4d.
/// The W component of the Vector4d.
/// </summary>
public double W;