diff options
| author | troido <troido@protonmail.com> | 2020-02-03 17:12:13 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-02-03 17:12:13 +0100 |
| commit | fa205303a3ae4dca0ee6c7bd8de94949e180ba75 (patch) | |
| tree | 0b71002d9ade42c32f3ce51c03aa44ed41cd8747 /src/systems/moving.rs | |
| parent | 19ce5319e2250b7b0e1a188f69d24de282a85a7f (diff) | |
now also send playerpos messages
Diffstat (limited to 'src/systems/moving.rs')
| -rw-r--r-- | src/systems/moving.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systems/moving.rs b/src/systems/moving.rs index 8bce8e5..38588d5 100644 --- a/src/systems/moving.rs +++ b/src/systems/moving.rs @@ -7,8 +7,9 @@ use specs::{ Join }; +use super::super::pos::Pos; + use super::super::components::{ - Pos, Controller, Blocking }; |
