diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-04 18:55:50 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-04 18:55:50 -0400 |
| commit | 01899d77e0e04a470fbc1ca000fef6e467334516 (patch) | |
| tree | 937874e771638654e37458c550d3fdba2412fc63 /crates | |
| parent | 2a8b8e6392d87247a5e7b73773daeece98fa0a73 (diff) | |
Update
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/client/src/client.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/client/src/client.rs b/crates/client/src/client.rs index 909baa6..272dd29 100644 --- a/crates/client/src/client.rs +++ b/crates/client/src/client.rs @@ -22,7 +22,6 @@ impl teleia::state::Game for Game { ("test".to_owned(), audio::Audio::new(&actx, include_bytes!("client/assets/audio/test.wav"))), ]) } - fn finish_title(&mut self, _ctx: &context::Context, _st: &mut state::State) -> Erm<()> { Ok(()) } fn mouse_press(&mut self, _ctx: &context::Context, _st: &mut state::State) -> Erm<()> { Ok(()) } fn mouse_move(&mut self, _ctx: &context::Context, _st: &mut state::State, _x: i32, _y: i32) -> Erm<()> { Ok(()) } fn update(&mut self, ctx: &context::Context, _st: &mut state::State) -> Erm<()> { |
