mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 12:14:16 +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