mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-22 20:45:38 +00:00
Merge pull request #503 from UnknownShadow200/develop
Fix pointless warning when compiling Box2.cs
This commit is contained in:
commit
cd3138f9e3
|
@ -190,9 +190,9 @@ namespace OpenTK
|
|||
return obj is Box2 && Equals((Box2) obj);
|
||||
}
|
||||
|
||||
///// <summary>
|
||||
///// Gets the hash code for this Box2.
|
||||
///// </summary>
|
||||
/// <summary>
|
||||
/// Gets the hash code for this Box2.
|
||||
/// </summary>
|
||||
public override int GetHashCode()
|
||||
{
|
||||
unchecked
|
||||
|
|
Loading…
Reference in a new issue