diff --git a/src/packet/hello.c b/src/packet/hello.c index 462696e..aff21eb 100644 --- a/src/packet/hello.c +++ b/src/packet/hello.c @@ -69,7 +69,7 @@ msThreadCallbackSetFrame(struct mCoreThread *threadContext) { height = 144; } - if (data->numberFrame++ % 2 != 0) { + if (data->numberFrame++ % 4 != 0) { return; }