Skip to content

Commit

Permalink
sketch out example
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 26, 2023
1 parent d7980f4 commit 80edd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ int main()
{
Packet input;

// todo: generate random input packet
input.packetType = rand() % NumPacketTypes;

uint8_t buffer[10*1024];

Expand Down

0 comments on commit 80edd33

Please sign in to comment.