Cleanup: duplicate field warning, trailing space

This commit is contained in:
Campbell Barton
2025-10-01 21:45:22 +00:00
parent 74a7cd4d41
commit 3165ab2933
4 changed files with 4 additions and 11 deletions

View File

@@ -254,12 +254,4 @@ const UserDef U_default = {
{
.is_dirty = 0,
},
.xr_navigation =
{
.vignette_intensity = 60.0f,
.turn_amount = DEG2RAD(30),
.turn_speed = DEG2RAD(60),
.flag = USER_XR_NAV_SNAP_TURN,
},
};