aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-03-27 07:50:33 +0000
committerAkshay <[email protected]>2021-03-27 07:50:33 +0000
commitcfd2d0823474ce7867d71b09b7da9ec7ed2bb542 (patch)
treebb28acc555ca965c6027e17d37f4f400e32c682c
parentf94f22a3d0aeff98cc9169c94b683aa139e9c81c (diff)
missing else
-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}