mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-19 13:18:32 +00:00
st/oxr: Resolve warning
This commit is contained in:
parent
593a277dd7
commit
b0405023b7
|
@ -462,7 +462,7 @@ oxr_input_transform_create_chain_dpad(struct oxr_logger *log,
|
||||||
.forceThreshold = 0.5f,
|
.forceThreshold = 0.5f,
|
||||||
.forceThresholdReleased = 0.4f,
|
.forceThresholdReleased = 0.4f,
|
||||||
.centerRegion = 0.5f,
|
.centerRegion = 0.5f,
|
||||||
.wedgeAngle = M_PI_2,
|
.wedgeAngle = (float)M_PI_2,
|
||||||
.isSticky = false,
|
.isSticky = false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue