The open source OpenXR runtime
0
fork

Configure Feed

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

st/gui: fix typo - Asymetric -> Asymmetric

authored by

Moses Turner and committed by
Jakob Bornecrantz
c8b9bff3 6677d426

+2 -1
+2 -1
src/xrt/state_trackers/gui/gui_scene_calibrate.c
··· 274 274 igInputInt("Collect in groups of #", &cs->params.num_collect_restart, 1, 5, 0); 275 275 276 276 igSeparator(); 277 - igComboStr("Board type", (int *)&cs->params.pattern, "Checkers\0Corners SB\0Circles\0Asymetric Circles\0\0", 3); 277 + igComboStr("Board type", (int *)&cs->params.pattern, "Checkers\0Corners SB\0Circles\0Asymmetric Circles\0\0", 278 + 3); 278 279 switch (cs->params.pattern) { 279 280 case T_BOARD_CHECKERS: 280 281 igInputInt("Checkerboard Rows", &cs->params.checkers.rows, 1, 5, 0);