From 92bba055a46e28266c067d37f1a9274858f20704 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sat, 6 Jun 2026 03:19:45 -0400 Subject: Update --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 3c8ed4f..8713914 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,7 +5,7 @@ mod room; pub fn main() -> teleia::Erm<()> { let room_path = std::env::args().nth(1).unwrap(); teleia::run("game", 640, 480, teleia::Options::FULLSCREEN_MOUSE, - |ctx| game::Game::new(ctx, &room_path) + |ctx, _st| game::Game::new(ctx, &room_path) ) } -- cgit v1.2.3