aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 9309f63..1ecad69 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -66,6 +66,7 @@ pub fn main() {
66 ) 66 )
67 .run(); 67 .run();
68 } else { 68 } else {
69 AppState::init(500, 500, &sdl_context, &ttf_context, None, Some(&path)).run()
69 } 70 }
70 } 71 }
71} 72}