Write rect count in udp lastrect's X

pull/201/head
Lauri Kasanen 3 years ago
parent 7399e5dc62
commit c88b683354
No known key found for this signature in database

@ -365,7 +365,7 @@ void SMsgWriter::writeFramebufferUpdateEnd()
// Send an UDP flip marker, if needed // Send an UDP flip marker, if needed
if (cp->supportsUdp) { if (cp->supportsUdp) {
udps->writeS16(0); udps->writeS16(nRectsInUpdate);
udps->writeS16(0); udps->writeS16(0);
udps->writeU16(0); udps->writeU16(0);
udps->writeU16(0); udps->writeU16(0);

Loading…
Cancel
Save