The open source OpenXR runtime
0
fork

Configure Feed

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

st/oxr: Resolve warning

+1 -1
+1 -1
src/xrt/state_trackers/oxr/oxr_input_transform.c
··· 462 462 .forceThreshold = 0.5f, 463 463 .forceThresholdReleased = 0.4f, 464 464 .centerRegion = 0.5f, 465 - .wedgeAngle = M_PI_2, 465 + .wedgeAngle = (float)M_PI_2, 466 466 .isSticky = false, 467 467 }; 468 468