Merge pull request #2010 from erwincoumans/master

ClangTidy
This commit is contained in:
erwincoumans
2018-11-28 17:19:48 -08:00
committed by GitHub

View File

@@ -265,7 +265,7 @@ enum bt6DofFlags2
BT_6DOF_FLAGS_ERP_STOP2 = 2, BT_6DOF_FLAGS_ERP_STOP2 = 2,
BT_6DOF_FLAGS_CFM_MOTO2 = 4, BT_6DOF_FLAGS_CFM_MOTO2 = 4,
BT_6DOF_FLAGS_ERP_MOTO2 = 8, BT_6DOF_FLAGS_ERP_MOTO2 = 8,
BT_6DOF_FLAGS_USE_INFINITE_ERROR = (1<<31), BT_6DOF_FLAGS_USE_INFINITE_ERROR = (1<<16),
}; };
#define BT_6DOF_FLAGS_AXIS_SHIFT2 4 // bits per axis #define BT_6DOF_FLAGS_AXIS_SHIFT2 4 // bits per axis