From 88f275bc427033b7981e0dc2fc5cb4b711fd5fb1 Mon Sep 17 00:00:00 2001 From: troido Date: Wed, 29 Jan 2020 00:13:03 +0100 Subject: refactored control --- src/components.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components.rs') diff --git a/src/components.rs b/src/components.rs index 51469cc..07de1d5 100644 --- a/src/components.rs +++ b/src/components.rs @@ -23,4 +23,4 @@ pub struct Visible { #[derive(Component, Debug)] #[storage(VecStorage)] -pub struct Controller(pub Option); +pub struct Controller(pub Control); -- cgit