mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix missing gliding animation
Former-commit-id: 211f285153271cad79bfdc7aa9e33608c766345d
This commit is contained in:
parent
48a905ba86
commit
2c57d898ed
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user