Skip to content

Commit

Permalink
Added TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
DangerKiddy committed Aug 11, 2024
1 parent 828a231 commit 30ca9d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OSC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public void SendInt(string address, int value)
udp.Send(finalBuffer, finalBuffer.Length, endPoint);
}

// TODO: Fix byte alignment, since with specific addresses it aligns bytes wrong. Most likely happens to SendFloat and SendInt as well
public void SendBool(string address, bool value)
{
var sendBack = address + '\0';
Expand Down

0 comments on commit 30ca9d7

Please sign in to comment.