mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-09 13:53:58 +00:00
[obs] fix compatibility with updated LGMP build
This commit is contained in:
parent
875242fe15
commit
fa6f1abaac
1 changed files with 1 additions and 1 deletions
2
obs/lg.c
2
obs/lg.c
|
@ -421,7 +421,7 @@ static void lgUpdate(void * data, obs_data_t * settings)
|
|||
|
||||
usleep(200000);
|
||||
|
||||
if (lgmpClientSessionInit(this->lgmp, &udataSize, (uint8_t **)&udata)
|
||||
if (lgmpClientSessionInit(this->lgmp, &udataSize, (uint8_t **)&udata, NULL)
|
||||
!= LGMP_OK)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue