[all] bump KVMFR version due to incompatible changes

This commit is contained in:
Geoffrey McRae
2019-10-14 17:19:19 +11:00
parent 5f1d17ba1f
commit 9377fdfc37
3 changed files with 2 additions and 3 deletions

View File

@@ -376,7 +376,6 @@ static int frameThread(void * unused)
SDL_SetWindowSize(state.window, header.width, header.height);
updatePositionInfo();
}
FrameBuffer frame = (FrameBuffer)((uint8_t *)state.shm + header.dataPos);
if (!state.lgr->on_frame_event(state.lgrData, lgrFormat, frame))
{