Adding 30fps always.
This commit is contained in:
parent
688fc30b6f
commit
5c3b7976ab
@ -69,7 +69,7 @@ msThreadCallbackSetFrame(struct mCoreThread *threadContext) {
|
||||
height = 144;
|
||||
}
|
||||
|
||||
if (data->numberFrame++ % 10 != 0) {
|
||||
if (data->numberFrame++ % 2 != 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user