summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
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;
}