From 10cab804630d77677ae94b838a153fd6050742a0 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 23 Apr 2025 13:20:25 +0200 Subject: refactor(ecs): remove PRESENT phase --- ecs/src/phase.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'ecs/src/phase.rs') diff --git a/ecs/src/phase.rs b/ecs/src/phase.rs index 48dd38d..9f47fb8 100644 --- a/ecs/src/phase.rs +++ b/ecs/src/phase.rs @@ -11,5 +11,3 @@ static_entity!(pub START, (Phase,)); static_entity!(pub PRE_UPDATE, (Phase,)); static_entity!(pub UPDATE, (Phase, Pair::new::(*PRE_UPDATE))); - -static_entity!(pub PRESENT, (Phase, Pair::new::(*UPDATE))); -- cgit v1.2.3-18-g5258