mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix phys test
This commit is contained in:
parent
64bd11d34a
commit
259bb6fce4
@ -84,6 +84,7 @@ mod tests {
|
||||
None,
|
||||
// Dummy ServerConstants
|
||||
&ServerConstants::default(),
|
||||
|_, _, _, _| {},
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -19,6 +19,7 @@ fn simple_run() {
|
||||
false,
|
||||
None,
|
||||
&ServerConstants::default(),
|
||||
|_, _, _, _| {},
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -66,6 +66,7 @@ pub fn tick(state: &mut State, dt: Duration) {
|
||||
false,
|
||||
None,
|
||||
&ServerConstants::default(),
|
||||
|_, _, _, _| {},
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user