mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
Fixed naming of deviceInfo parameter in AbsvtractRGBDevice
This commit is contained in:
parent
b39188474f
commit
1d57f4e988
@ -72,9 +72,9 @@ namespace RGB.NET.Core
|
|||||||
|
|
||||||
#region Constructors
|
#region Constructors
|
||||||
|
|
||||||
protected AbstractRGBDevice(TDeviceInfo deviceOnfo, IUpdateQueue updateQueue)
|
protected AbstractRGBDevice(TDeviceInfo deviceInfo, IUpdateQueue updateQueue)
|
||||||
{
|
{
|
||||||
this.DeviceInfo = deviceOnfo;
|
this.DeviceInfo = deviceInfo;
|
||||||
this.UpdateQueue = updateQueue;
|
this.UpdateQueue = updateQueue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user