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

Merge branch 'master' into feature/keyframe-copy-aste

This commit is contained in:
Robert 2020-12-03 19:02:52 +01:00
commit 0fd30aef2d

View File

@ -105,7 +105,7 @@ namespace Artemis.Core
if (disposing)
{
_disposed = true;
ConditionalDataBinding.Dispose();
Condition.Dispose();
}
}