The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

st/gui: Fix editing tracking override when tracker is not connected

Fixes an assertion.

authored by

Christoph Haag and committed by
Jakob Bornecrantz
cbc01823 8da1b100

+1 -1
+1 -1
src/xrt/state_trackers/gui/gui_scene_tracking_overrides.c
··· 246 246 o->input_name = input_name; 247 247 } 248 248 } 249 - igEnd(); 250 249 } 250 + igEnd(); 251 251 } 252 252 253 253 if (ts->gui_add_override_active) {