tangled
alpha
login
or
join now
matrixfurry.com
/
monado
0
fork
atom
The open source OpenXR runtime
0
fork
atom
overview
issues
pulls
pipelines
st/gui: Clean up comment
Rylie Pavlik
2 years ago
b517be3b
c51da5c5
+1
-1
1 changed file
expand all
collapse all
unified
split
src
xrt
state_trackers
gui
gui_scene_record_euroc.c
+1
-1
src/xrt/state_trackers/gui/gui_scene_record_euroc.c
···
44
44
void
45
45
gui_scene_record_euroc(struct gui_program *p)
46
46
{
47
47
-
// Dummy so that gui_scene_debug doesn't try to probe.
47
47
+
// Placeholder so that gui_scene_debug doesn't try to probe.
48
48
struct u_system_devices *usysd = u_system_devices_allocate();
49
49
struct xrt_system_devices *xsysd = &usysd->base;
50
50
p->xsysd = xsysd;