mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-10 15:58:06 +00:00
d/remote: Assert if st/oxr calls the wrong thing (NFC)
This commit is contained in:
parent
385af79e82
commit
b81d3138af
|
@ -153,6 +153,7 @@ r_device_get_view_pose(struct xrt_device *xdev,
|
|||
struct xrt_pose *out_pose)
|
||||
{
|
||||
// Empty
|
||||
assert(false);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue