mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:36:44 +02:00
small spacing change
This commit is contained in:
parent
594b4f4814
commit
a31053d450
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ void ControlSender::loop() {
|
||||||
auto start = std::chrono::high_resolution_clock::now();
|
auto start = std::chrono::high_resolution_clock::now();
|
||||||
|
|
||||||
// for each of the connections managed by the udt::Socket, we need to ask for the ACK value to send
|
// for each of the connections managed by the udt::Socket, we need to ask for the ACK value to send
|
||||||
|
|
||||||
// since we're infinitely looping, give the thread a chance to process events
|
// since we're infinitely looping, give the thread a chance to process events
|
||||||
QCoreApplication::processEvents();
|
QCoreApplication::processEvents();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue