1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Timed updates - Remove profling measurements on dispose

This commit is contained in:
Robert 2021-05-17 19:05:31 +02:00
parent 1660519bee
commit 9168ac2823

View File

@ -194,6 +194,8 @@ namespace Artemis.Core
public void Dispose()
{
Dispose(true);
Feature.Profiler.ClearMeasurements(ToString());
GC.SuppressFinalize(this);
}