mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 13:52:57 +00:00
[obs] cosmetic
This commit is contained in:
parent
3511fb8d59
commit
0f2ecdf5f1
2 changed files with 1 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
B2-rc2-24-g1d6d640b6e+1
|
B2-rc2-25-g3511fb8d59+1
|
1
obs/lg.c
1
obs/lg.c
|
@ -225,7 +225,6 @@ static void lgVideoTick(void * data, float seconds)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if ((status = lgmpClientProcess(this->frameQueue, &msg)) != LGMP_OK)
|
if ((status = lgmpClientProcess(this->frameQueue, &msg)) != LGMP_OK)
|
||||||
{
|
{
|
||||||
if (status == LGMP_ERR_QUEUE_EMPTY)
|
if (status == LGMP_ERR_QUEUE_EMPTY)
|
||||||
|
|
Loading…
Reference in a new issue