fix phys test

This commit is contained in:
Isse 2023-03-08 23:31:16 +01:00 committed by Joshua Barretto
parent 64bd11d34a
commit 259bb6fce4
3 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,7 @@ mod tests {
None,
// Dummy ServerConstants
&ServerConstants::default(),
|_, _, _, _| {},
);
}

View File

@ -19,6 +19,7 @@ fn simple_run() {
false,
None,
&ServerConstants::default(),
|_, _, _, _| {},
);
}

View File

@ -66,6 +66,7 @@ pub fn tick(state: &mut State, dt: Duration) {
false,
None,
&ServerConstants::default(),
|_, _, _, _| {},
);
}