Adding 30fps always.

This commit is contained in:
Sergiotarxz 2023-04-03 19:32:17 +02:00
parent 688fc30b6f
commit 5c3b7976ab
1 changed files with 1 additions and 1 deletions

View File

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