mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 14:30:35 +02:00
type & squish
This commit is contained in:
parent
bf607e4c9c
commit
599fe09e75
1 changed files with 6 additions and 7 deletions
|
@ -112,7 +112,6 @@ BandwidthRecorder & getBandwidthRecorder(const QUuid & uuid) {
|
|||
return *PEER_BANDWIDTH[uuid].data();
|
||||
}
|
||||
|
||||
|
||||
void NetworkPeer::recordBytesSent(int count) {
|
||||
auto& bw = getBandwidthRecorder(_uuid);
|
||||
bw.updateOutboundData(0, count);
|
||||
|
|
Loading…
Reference in a new issue