Just use Dispose methods without arguments (disposing always passed as true)
This commit is contained in:
@@ -45,11 +45,6 @@ namespace OpenRA.Platforms.Default
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Dispose(true);
|
||||
}
|
||||
|
||||
void Dispose(bool disposing)
|
||||
{
|
||||
if (Cursor != IntPtr.Zero)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user