mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-21 06:01:43 +00:00
st/prober: Set origin for PSVR tracker as well
Spotted by Pete Black.
This commit is contained in:
parent
b1febd8971
commit
a211b392df
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue