feat: add the DefaultBroadPhase type alias
This commit is contained in:
committed by
Sébastien Crozet
parent
3d112287b9
commit
b3a00b4123
@@ -6,7 +6,7 @@ struct PhysicsState {
|
||||
pub gravity: Vector<f32>,
|
||||
pub integration_parameters: IntegrationParameters,
|
||||
pub islands: IslandManager,
|
||||
pub broad_phase: BroadPhaseMultiSap,
|
||||
pub broad_phase: DefaultBroadPhase,
|
||||
pub narrow_phase: NarrowPhase,
|
||||
pub bodies: RigidBodySet,
|
||||
pub colliders: ColliderSet,
|
||||
|
||||
Reference in New Issue
Block a user