diff options
-rw-r--r-- | ecs/src/phase.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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::<ChildOf>(*PRE_UPDATE))); - -static_entity!(pub PRESENT, (Phase, Pair::new::<ChildOf>(*UPDATE))); |