Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
malytomas committed Aug 1, 2024
1 parent 011eabe commit d37ec43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/test-core/networkSteam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ namespace
if (si < ri + 2 && si < sends.size())
{
MemoryBuffer &b = sends[si++];
udp->write(b, 5, true);
udp->write(b, 2, true);
}
udp->update();
return ri < sends.size();
Expand Down

0 comments on commit d37ec43

Please sign in to comment.