mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
Fixed typo
This commit is contained in:
parent
e78525118f
commit
9cc8424ae8
@ -46,7 +46,7 @@ namespace RGB.NET.Core
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Automatically aligns all devices to prevent overlaps.
|
/// Automatically aligns all devices to prevent overlaps.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void AlignDevies()
|
public void AlignDevices()
|
||||||
{
|
{
|
||||||
double posX = 0;
|
double posX = 0;
|
||||||
foreach (IRGBDevice device in Devices)
|
foreach (IRGBDevice device in Devices)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user