diff --git a/RGB.NET.Core/Update/Devices/DeviceUpdateTrigger.cs b/RGB.NET.Core/Update/Devices/DeviceUpdateTrigger.cs index 7230926..03410fb 100644 --- a/RGB.NET.Core/Update/Devices/DeviceUpdateTrigger.cs +++ b/RGB.NET.Core/Update/Devices/DeviceUpdateTrigger.cs @@ -76,7 +76,7 @@ namespace RGB.NET.Core /// The hard limit of the update rate of this trigger. public DeviceUpdateTrigger(double updateRateHardLimit) { - this._updateRateHardLimit = updateRateHardLimit; + this.UpdateRateHardLimit = updateRateHardLimit; } #endregion