add defaults for the several structs
This commit is contained in:
committed by
Sébastien Crozet
parent
1608a1323e
commit
536122e080
@@ -24,7 +24,7 @@ use std::collections::HashMap;
|
||||
use std::sync::Arc;
|
||||
|
||||
#[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))]
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq, Default)]
|
||||
struct ColliderGraphIndices {
|
||||
contact_graph_index: ColliderGraphIndex,
|
||||
intersection_graph_index: ColliderGraphIndex,
|
||||
|
||||
Reference in New Issue
Block a user