Skip to content

Commit

Permalink
Update NormalizedShort4.cs (MonoGame#8316)
Browse files Browse the repository at this point in the history
  • Loading branch information
i-Miranda authored Jun 3, 2024
1 parent 92a21be commit f6d94a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public NormalizedShort4(float x, float y, float z, float w)
/// </summary>
/// <param name="a">The value on the left of the inequality operator.</param>
/// <param name="b">The value on the right of the inequality operator.</param>
/// <returns>true if the two value are not equal; otherwise, false.</returns
/// <returns>true if the two value are not equal; otherwise, false.</returns>
public static bool operator !=(NormalizedShort4 a, NormalizedShort4 b)
{
return !a.Equals (b);
Expand Down

0 comments on commit f6d94a1

Please sign in to comment.