st/oxr: Use function helper [NFC]

This commit is contained in:
Jakob Bornecrantz 2023-11-15 16:02:31 +00:00
parent 3060690cbe
commit 7e8d35a1a8

View file

@ -37,7 +37,7 @@ void
oxr_xdev_update(struct xrt_device *xdev)
{
if (xdev != NULL) {
xdev->update_inputs(xdev);
xrt_device_update_inputs(xdev);
}
}