mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
u/sink: Don't sleep when combining frames; we're not testing
Where's the dunce cap?
This commit is contained in:
parent
65416b4e62
commit
ffee6c360b
|
@ -130,7 +130,7 @@ combine_frames(struct xrt_frame *l, struct xrt_frame *r, struct xrt_frame **out_
|
|||
}
|
||||
default: assert(!"Unimplemented!");
|
||||
}
|
||||
#if 1
|
||||
#if 0
|
||||
// So that we can test if this works on a really slow computer
|
||||
os_nanosleep(0.1f * U_TIME_1S_IN_NS);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue