mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix tests
This commit is contained in:
parent
f65d449aa3
commit
8ee054a462
@ -1,7 +1,6 @@
|
|||||||
use super::*;
|
use super::*;
|
||||||
use crate::audio::sfx::SfxEvent;
|
use crate::audio::sfx::SfxEvent;
|
||||||
use common::{
|
use common::{
|
||||||
combat::DamageKind,
|
|
||||||
comp::{
|
comp::{
|
||||||
controller::InputKind, inventory::loadout_builder::LoadoutBuilder, item::tool::ToolKind,
|
controller::InputKind, inventory::loadout_builder::LoadoutBuilder, item::tool::ToolKind,
|
||||||
melee, CharacterAbilityType, CharacterState, Item,
|
melee, CharacterAbilityType, CharacterState, Item,
|
||||||
|
@ -202,7 +202,6 @@ fn maps_roll() {
|
|||||||
was_wielded: true,
|
was_wielded: true,
|
||||||
prev_aimed_dir: None,
|
prev_aimed_dir: None,
|
||||||
is_sneaking: false,
|
is_sneaking: false,
|
||||||
was_combo: None,
|
|
||||||
}),
|
}),
|
||||||
&PhysicsState {
|
&PhysicsState {
|
||||||
on_ground: Some(Block::empty()),
|
on_ground: Some(Block::empty()),
|
||||||
|
Loading…
Reference in New Issue
Block a user