mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-05-03 22:17:48 +00:00
[client] fix event loop sleep (#45)
This commit is contained in:
@@ -927,8 +927,8 @@ int run()
|
||||
state.running = false;
|
||||
break;
|
||||
}
|
||||
usleep(1000);
|
||||
}
|
||||
usleep(1000);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user