diff --git a/Illumilib/System/RazerLighting.cs b/Illumilib/System/RazerLighting.cs index 180d507..67fc3ce 100644 --- a/Illumilib/System/RazerLighting.cs +++ b/Illumilib/System/RazerLighting.cs @@ -22,7 +22,7 @@ namespace Illumilib.System { public override void Dispose() { base.Dispose(); - this.chroma.UninitializeAsync(); + this.chroma?.UninitializeAsync(); this.effectOutdated = true; }