From 0f09a8a52d72c2e91166f54136846ea3907bb776 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 13 Dec 2024 17:28:02 +0100 Subject: refactor(ecs): remove system::Param associated type Flags --- ecs/src/component/local.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'ecs/src/component') diff --git a/ecs/src/component/local.rs b/ecs/src/component/local.rs index aac4255..ad79f6f 100644 --- a/ecs/src/component/local.rs +++ b/ecs/src/component/local.rs @@ -15,7 +15,6 @@ impl<'world, LocalComponent> SystemParam<'world> for Local<'world, LocalComponen where LocalComponent: Component, { - type Flags = (); type Input = LocalComponent; fn initialize( -- cgit v1.2.3-18-g5258