Fix thinko in multicast changes... works now!
This commit is contained in:
parent
7619b0ecbd
commit
959f611a65
1 changed files with 111 additions and 111 deletions
|
@ -178,6 +178,7 @@ void Multicaster::send(
|
||||||
indexes[j] = indexes[i];
|
indexes[j] = indexes[i];
|
||||||
indexes[i] = tmp;
|
indexes[i] = tmp;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (gs.members.size() >= limit) {
|
if (gs.members.size() >= limit) {
|
||||||
// If we already have enough members, just send and we're done. We can
|
// If we already have enough members, just send and we're done. We can
|
||||||
|
@ -297,7 +298,6 @@ void Multicaster::send(
|
||||||
|
|
||||||
if (indexes != idxbuf)
|
if (indexes != idxbuf)
|
||||||
delete [] indexes;
|
delete [] indexes;
|
||||||
}
|
|
||||||
|
|
||||||
// DEPRECATED / LEGACY / TODO:
|
// DEPRECATED / LEGACY / TODO:
|
||||||
// Currently we also always send a legacy P5_MULTICAST_FRAME packet to our
|
// Currently we also always send a legacy P5_MULTICAST_FRAME packet to our
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue