Skip to content

Commit

Permalink
Merge pull request #372 from DarthAffe/SmallFixes
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
DarthAffe authored Jan 18, 2024
2 parents 3400edc + 6ba7e44 commit 657bca2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RGB.NET.Devices.DMX/E131/E131UpdateQueue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,12 @@ private byte GetNextSequenceNumber()
return _sequenceNumber++;
}

public override void Dispose()
{
base.Dispose();

_socket.Dispose();
}

#endregion
}
1 change: 1 addition & 0 deletions RGB.NET.Devices.SteelSeries/Generic/LedMappings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ public static class LedMappings
/// <summary>
/// Gets the mapping for GE78HX keyboards.
/// </summary>
// ReSharper disable once InconsistentNaming
public static LedMapping<SteelSeriesLedId> KeyboardMSIGE78Mapping { get; } = new()
{
{ LedId.Keyboard_Escape, SteelSeriesLedId.Escape },
Expand Down

0 comments on commit 657bca2

Please sign in to comment.