removed default value for the protected dispose.
This commit is contained in:
parent
b806da6349
commit
9a9afd52b2
@ -54,7 +54,7 @@ namespace RecrownedGTK.Graphics {
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
protected virtual void Dispose(bool disposing = false) {
|
||||
protected virtual void Dispose(bool disposing) {
|
||||
if (disposed) return;
|
||||
if (disposing) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user