Skip to content

Commit

Permalink
Added missing comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
neumatho committed Jul 6, 2024
1 parent 90b148e commit df9a42a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Agents/Players/Hippel/Containers/VoiceInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

namespace Polycode.NostalgicPlayer.Agent.Player.Hippel.Containers
{
/// <summary>
/// Holds playing information for a single voice
/// </summary>
internal class VoiceInfo : IDeepCloneable<VoiceInfo>
{
public byte[] EnvelopeTable;
Expand Down

0 comments on commit df9a42a

Please sign in to comment.