tests: fix missing parameter when calling obs_display_create

master
Stéphane Lepin 2020-03-09 23:18:47 +01:00
parent 428a19edd6
commit a212c44c6d
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ static DisplayContext CreateDisplay(HWND hwnd)
info.zsformat = GS_ZS_NONE;
info.window.hwnd = hwnd;
return obs_display_create(&info);
return obs_display_create(&info, 0);
}
static void AddTestItems(obs_scene_t *scene, obs_source_t *source)