1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-04 14:13:37 +02:00

suppress finalize for manually disposed panels

This commit is contained in:
Ell 2021-06-08 00:32:07 +02:00
parent 0dad4860c1
commit 20e2d098ef

View file

@ -241,6 +241,7 @@ namespace MLEM.Ui.Elements {
this.renderTarget.Dispose();
this.renderTarget = null;
}
GC.SuppressFinalize(this);
}
}