Still need to flush input data.

This commit is contained in:
Gregor Richards 2016-12-12 12:42:22 -05:00
parent e7ce01ad3b
commit 90c15fc7a6

View File

@ -462,6 +462,10 @@ static bool send_cur_input(netplay_t *netplay, struct netplay_connection *connec
}
}
if (!netplay_send_flush(&connection->send_packet_buffer, connection->fd,
false))
return false;
return true;
}