Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mumble/UserModel.cpp')
-rw-r--r--src/mumble/UserModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mumble/UserModel.cpp b/src/mumble/UserModel.cpp
index 559f0c88b..a5048a68c 100644
--- a/src/mumble/UserModel.cpp
+++ b/src/mumble/UserModel.cpp
@@ -830,7 +830,7 @@ void UserModel::removeUser(ClientUser *p) {
if (g.uiSession && (c == ClientUser::get(g.uiSession)->cChannel))
updateOverlay();
-
+
g.mw->uUsage.addJitter(p);
delete p;