make new public on PhysicsState

This commit is contained in:
rezural
2020-12-09 22:50:16 +11:00
parent 2c8e6b29d6
commit ff28b90833

View File

@@ -186,7 +186,7 @@ pub struct PhysicsState {
} }
impl PhysicsState { impl PhysicsState {
fn new() -> Self { pub fn new() -> Self {
Self { Self {
broad_phase: BroadPhase::new(), broad_phase: BroadPhase::new(),
narrow_phase: NarrowPhase::new(), narrow_phase: NarrowPhase::new(),