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/makefloor.rs | |
| parent | 19ce5319e2250b7b0e1a188f69d24de282a85a7f (diff) | |
now also send playerpos messages
Diffstat (limited to 'src/systems/makefloor.rs')
| -rw-r--r-- | src/systems/makefloor.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/systems/makefloor.rs b/src/systems/makefloor.rs index ba3727d..b6fedd9 100644 --- a/src/systems/makefloor.rs +++ b/src/systems/makefloor.rs @@ -8,9 +8,7 @@ use specs::{ Join }; -use super::super::components::{ - Pos -}; +use super::super::pos::Pos; use super::super::resources::{ Floor |
