mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-03 17:05:44 +00:00
Remove erroneous comment slashes
This commit is contained in:
parent
9215744415
commit
211fceddf7
|
@ -237,7 +237,7 @@ namespace OpenTK
|
|||
public static readonly Vector3 UnitY = new Vector3(0, 1, 0);
|
||||
|
||||
/// <summary>
|
||||
/// /// Defines a unit-length Vector3 that points towards the Z-axis.
|
||||
/// Defines a unit-length Vector3 that points towards the Z-axis.
|
||||
/// </summary>
|
||||
public static readonly Vector3 UnitZ = new Vector3(0, 0, 1);
|
||||
|
||||
|
|
|
@ -235,7 +235,7 @@ namespace OpenTK
|
|||
public static readonly Vector3d UnitY = new Vector3d(0, 1, 0);
|
||||
|
||||
/// <summary>
|
||||
/// /// Defines a unit-length Vector3d that points towards the Z-axis.
|
||||
/// Defines a unit-length Vector3d that points towards the Z-axis.
|
||||
/// </summary>
|
||||
public static readonly Vector3d UnitZ = new Vector3d(0, 0, 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue