diff options
| author | HampusM <hampus@hampusmat.com> | 2026-09-14 15:58:37 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-09-14 15:58:37 +0200 |
| commit | 1cbe628b295b52a4230301f89716e8aca7def2a2 (patch) | |
| tree | 0e2b52f65c27a77872a7f25ffda94323cf59fa7a /src/main.rs | |
| parent | 36c5e8407e332b9f72f9e116acfbc3a35c218245 (diff) | |
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 514bf21..cbce739 100644 --- a/src/main.rs +++ b/src/main.rs @@ -109,6 +109,11 @@ impl engine::ecs::extension::Extension for Application .into_system() .initialize((engine::ui::view::world::State::default(),)), ); + + collector.add_system( + *engine::ecs::phase::UPDATE, + engine::ui::view::transform_3d::show, + ); } } |
