Fix missing gliding animation

Former-commit-id: 211f285153271cad79bfdc7aa9e33608c766345d
This commit is contained in:
timokoesters 2019-05-26 19:24:44 +02:00
parent 48a905ba86
commit 2c57d898ed

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()));