mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
suppress finalize for manually disposed panels
This commit is contained in:
parent
0dad4860c1
commit
20e2d098ef
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ namespace MLEM.Ui.Elements {
|
|||
this.renderTarget.Dispose();
|
||||
this.renderTarget = null;
|
||||
}
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue