diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-16 04:46:35 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-16 04:46:44 -0500 |
| commit | 2c4da6fefeb13e40be3948dd24524b82adcac3df (patch) | |
| tree | 59dcc646df056302c354ff3ed3e25fb47784ab40 /src/main.rs | |
| parent | 097c060deed5abe914631c0b0ec3a23d17eb3d56 (diff) | |
Fix saves
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 5bbebd1..f7c2a88 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,5 +4,5 @@ pub fn main() {} #[cfg(not(target_arch = "wasm32"))] #[tokio::main] pub async fn main() { - teleia::run("teleia test", 240, 160, teleia::TestGame::new).await; + teleia::run("teleia test", 240, 160, teleia::Options::empty(), teleia::TestGame::new).await; } |
