Merge pull request #503 from UnknownShadow200/develop

Fix pointless warning when compiling Box2.cs
This commit is contained in:
varon 2017-03-15 14:39:15 +02:00 committed by GitHub
commit cd3138f9e3

View file

@ -190,9 +190,9 @@ namespace OpenTK
return obj is Box2 && Equals((Box2) obj); return obj is Box2 && Equals((Box2) obj);
} }
///// <summary> /// <summary>
///// Gets the hash code for this Box2. /// Gets the hash code for this Box2.
///// </summary> /// </summary>
public override int GetHashCode() public override int GetHashCode()
{ {
unchecked unchecked