diff options
author | Akshay <[email protected]> | 2021-03-27 07:50:33 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-03-27 07:50:33 +0000 |
commit | cfd2d0823474ce7867d71b09b7da9ec7ed2bb542 (patch) | |
tree | bb28acc555ca965c6027e17d37f4f400e32c682c /src | |
parent | f94f22a3d0aeff98cc9169c94b683aa139e9c81c (diff) |
missing else
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 1 |
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 | } |