diff options
Diffstat (limited to 'src/components.rs')
| -rw-r--r-- | src/components.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<Control>); +pub struct Controller(pub Control); |
