The open source OpenXR runtime
0
fork

Configure Feed

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

d/ht: Improve comment

+1 -1
+1 -1
src/xrt/drivers/ht/ht_driver.c
··· 97 97 static void 98 98 getUserConfig(struct ht_device *htd) 99 99 { 100 - // The game here is to avoid bugs + be paranoid, not to be fast. If you see something that seems "slow" - don't 100 + // The game here is to avoid bugs + be cautious, not to be fast. If you see something that seems "slow" - don't 101 101 // fix it. Any of the tracking code is way stickier than this could ever be. 102 102 103 103 struct u_config_json config_json = {0};