diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-29 20:28:08 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-29 20:28:08 -0400 |
| commit | ab5106e978c8c3d5cd2f97f4da1fb9e4275d7f61 (patch) | |
| tree | 9d2242ce2e00cb1a3e9e6d2985d59c54390f79e1 /crates/renderer/src/main.rs | |
| parent | 9065f3c9765123f5f5bc503407c493fdb7c79488 (diff) | |
Diffstat (limited to 'crates/renderer/src/main.rs')
| -rw-r--r-- | crates/renderer/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/renderer/src/main.rs b/crates/renderer/src/main.rs index d9ff83d..5f73df8 100644 --- a/crates/renderer/src/main.rs +++ b/crates/renderer/src/main.rs @@ -30,7 +30,7 @@ pub fn main() -> Erm<()> { Box::new(overlay::shader::Overlay::new(ctx)), Box::new(overlay::tcg::Overlay::new(ctx)), Box::new(overlay::clippy::Overlay::new(ctx)), - Box::new(overlay::handcam::Overlay::new(ctx)), + // Box::new(overlay::handcam::Overlay::new(ctx)), Box::new(overlay::combo::Overlay::new(ctx)), Box::new(overlay::drawing::Overlay::new(ctx)), Box::new(overlay::asset::Overlay::new(ctx)), |
