From 01899d77e0e04a470fbc1ca000fef6e467334516 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 4 Jun 2026 18:55:50 -0400 Subject: Update --- crates/client/src/client.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates') 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<()> { -- cgit v1.2.3