Merge branch 'animation-fixes' into 'master'

Fix missing gliding animation

See merge request veloren/veloren!182

Former-commit-id: 636de84876a22705dec3c9c4115e1a4bf060608e
This commit is contained in:
Timo Koesters 2019-05-26 17:42:19 +00:00
commit c67d3287e2

View File

@ -155,7 +155,6 @@ impl Server {
state.write_component(entity, comp::Actor::Character { name, body });
state.write_component(entity, comp::Stats::default());
state.write_component(entity, comp::Control::default());
state.write_component(entity, comp::AnimationInfo::default());
state.write_component(entity, comp::phys::Pos(spawn_point));
state.write_component(entity, comp::phys::Vel(Vec3::zero()));