mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fmt
Former-commit-id: 140f1e4f1809b70881a51a3bd943e1697a9dc0a2
This commit is contained in:
parent
4f53be633e
commit
ee380782fb
@ -14,7 +14,7 @@ use common::{
|
||||
assets,
|
||||
comp::{
|
||||
self,
|
||||
actor::{Belt, Chest, Foot, Hand, Head, Pants, Weapon, Shoulder},
|
||||
actor::{Belt, Chest, Foot, Hand, Head, Pants, Shoulder, Weapon},
|
||||
Body, HumanoidBody,
|
||||
},
|
||||
figure::Segment,
|
||||
@ -276,8 +276,7 @@ impl FigureMgr {
|
||||
state.skeleton.interpolate(&target_skeleton);
|
||||
|
||||
state.update(renderer, pos.0, dir.0);
|
||||
}
|
||||
// TODO: Non-humanoid bodies
|
||||
} // TODO: Non-humanoid bodies
|
||||
},
|
||||
// TODO: Non-character actors
|
||||
}
|
||||
@ -309,8 +308,7 @@ impl FigureMgr {
|
||||
state.bone_consts(),
|
||||
);
|
||||
}
|
||||
}
|
||||
// TODO: Non-humanoid bodies
|
||||
} // TODO: Non-humanoid bodies
|
||||
},
|
||||
// TODO: Non-character actors
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user