mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
Small formatting changes
This commit is contained in:
parent
2d833fb800
commit
a3f9b430d1
@ -13,7 +13,7 @@ namespace RGB.NET.Devices.CoolerMaster
|
|||||||
#region Properties & Fields
|
#region Properties & Fields
|
||||||
|
|
||||||
private CoolerMasterDevicesIndexes _deviceIndex;
|
private CoolerMasterDevicesIndexes _deviceIndex;
|
||||||
private _CoolerMasterColorMatrix _deviceMatrix;
|
private readonly _CoolerMasterColorMatrix _deviceMatrix;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
@ -28,8 +28,8 @@ namespace RGB.NET.Devices.CoolerMaster
|
|||||||
: base(updateTrigger)
|
: base(updateTrigger)
|
||||||
{
|
{
|
||||||
this._deviceIndex = deviceIndex;
|
this._deviceIndex = deviceIndex;
|
||||||
this._deviceMatrix = new _CoolerMasterColorMatrix();
|
|
||||||
|
|
||||||
|
_deviceMatrix = new _CoolerMasterColorMatrix();
|
||||||
_deviceMatrix.KeyColor = new _CoolerMasterKeyColor[_CoolerMasterColorMatrix.ROWS, _CoolerMasterColorMatrix.COLUMNS];
|
_deviceMatrix.KeyColor = new _CoolerMasterKeyColor[_CoolerMasterColorMatrix.ROWS, _CoolerMasterColorMatrix.COLUMNS];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user