st/prober: Set origin for PSVR tracker as well

Spotted by Pete Black.
This commit is contained in:
Jakob Bornecrantz 2019-09-24 01:14:40 +01:00
parent b1febd8971
commit a211b392df

View file

@ -122,6 +122,7 @@ p_factory_ensure_frameserver(struct p_factory *fact)
t_psvr_create(&fact->xfctx, &fact->xtvr, &xsinks[2]);
// Setup origin to the common one.
fact->xtvr->origin = &fact->origin;
fact->xtmv[0]->origin = &fact->origin;
fact->xtmv[1]->origin = &fact->origin;