st/oxr: Resolve warning

This commit is contained in:
Ryan Pavlik 2022-07-13 12:22:39 -05:00
parent 593a277dd7
commit b0405023b7

View file

@ -462,7 +462,7 @@ oxr_input_transform_create_chain_dpad(struct oxr_logger *log,
.forceThreshold = 0.5f,
.forceThresholdReleased = 0.4f,
.centerRegion = 0.5f,
.wedgeAngle = M_PI_2,
.wedgeAngle = (float)M_PI_2,
.isSticky = false,
};