Limiting to 15 fps.

This commit is contained in:
Sergiotarxz 2023-04-03 20:24:49 +02:00
parent 5c3b7976ab
commit b10f700f35
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ msThreadCallbackSetFrame(struct mCoreThread *threadContext) {
height = 144;
}
if (data->numberFrame++ % 2 != 0) {
if (data->numberFrame++ % 4 != 0) {
return;
}